michal

Hash Date Message
bab153b24385e3a27847707720837b4c749960ec 2002-05-28
6956135b4b174c02221b62b2f0017d9fb3520c9c 2002-06-05 Trivial: GCC3.1 fix (not worth to mention in ChangeLog)
46934759bca1d214e70ee1ed7db781202dba953a 2002-07-02 object.c: rb_Integer reformat, nil#to_f added to rb_define_method. parse.y: Clean unused vars. range.c: ditto.
722c202b9af413662aaf2744e66c7f25d2ff3647 2002-07-05 enum.c: Fix bug in enum_sort_by and some code indents
af7ca8b51b5980329a1d01274f6f447266afead3 2002-07-30 range.c: small-cleanup [ruby-core:276]
ffc13a6525c7c72cbb858380e6870106bf5a7dfa 2002-08-21 *.c: Int vs Long cleanup
d576f30068605a4ed4b29db82fb71b440b06a9e9 2002-08-21 Int vs Long clenup (forgot ChangeLog)
8b201310541362b5ce2384501121be77342ed445 2002-08-23 array.c: Int vs Long #2
f34a26bf9036a385abd0922bb4c3cc61be6991bf 2002-08-23 array.c: Mem optim for Array#select
a36a445f2c08c640c6ea2e25e44f0649b0db84f2 2002-08-27 array small opt. changes (ruby-core:355)
cd3d4a01f248fad1a73ff0b66b7a8d1653f64c19 2002-08-27 node.h: unsigned int cast (ruby-core:358)
0d0ae37e508788ea52e2e2cf477877ee58fa79dd 2002-08-28 Int vs Long cleanup #3 (ruby-core:352)
29966e099c9004e1cc83b40750eb95cb13c4dbc4 2002-08-28 file.c: fix mem leak in rb_stat_init
5c70716bdc3796ec62400b939dc2f5450def6b87 2002-08-28 variable.c: Get rid of fix len buffer in rb_class_path (ruby-core:381)
f5f30e580f90e2022f2c32935d5ba0e1eb00f1ed 2002-08-30 re.c: match_become based on (ruby-core:382, :386, :389)
844de6b24b8152dc2f11ef3636e1dae91978a6f3 2002-09-02 fix mem leak in rb_file_s_readlink() (ruby-core:394)
438ea009692d69c5c5bbc60822d3577ebd5f330f 2002-09-02 read_all ftello (instead ftell) (ruby-core:392)
056817564e8fcf98a35a1f52a4d4d1d0ca6a9fe4 2002-09-03 rb_check_frozen has been added (ruby-core:412)
869159006a16e3d5bfded997ab273de8d30f752b 2002-09-04 Fix rb_digest_base_become (ruby-core:428)
a103d128cdb67dd87b5501e71e7a95876afd17ca 2002-09-04 Opt for Array in rb_gc_mark_children() (ruby-core:410)
61ec0281a4327ef3d48eafa5f2b7eabffd9114e0 2002-09-05 fix mem leaks (ruby-core:405, ruby-core:407)
6f92767afcacbf2c82d1116329360aee7d5b522b 2002-09-09 capa field in RString, and RArray is now LONG (ruby-lang:458)
449f885d62984e2893bcb30258cf04cd67f07559 2002-09-13 Fix-Addons [ruby-core:483] with corrections from [ruby-core:484]
c7e16e94e41164b9d409142a536dd80d00572dab 2002-09-17 move struct timeval to missing.h
f3376759aba9921ea0d995bc459c4c3b18135c5e 2002-09-24 cleanup for curses, gdbm [ruby-core:502], [ruby-core:503]
8a1e574cdbd7a02692bc6bca8ba9a5690b6ecf10 2002-09-24 make it compile
9df466b287471d386f962ea41cf49c40f2059c8b 2003-01-16 Updated Copyrights of Matz to 2003.
4e13d36561868d78e9e5ff9b24aba67d418c67ed 2003-01-16 -Wall cleanups (removed unused vars, no 'code has no effect' warnings)
a443067ba2dec25185260857bdb22c5637e263c9 2003-01-21 Exchange do { } while (0) for ((void)0)
c80a51e89f0c16c9a444fd0918e359f106401277 2003-01-21 makes possible to add files to clean and distclean targets
3f71dcc79bfec202cdc144c35e275d6895005c5e 2003-07-23 Cut check for OpenSSL version
bd96b4c8ccbfbaf68c6996d74515fd603b2aea63 2003-09-12 OpenSSL update
7a28fb146ff00e995c4476beb36e7adb354910c8 2004-06-16 Add extend testcase for #first, #last, #shift, #unshift, #pop, #push methods.
03f3e5e99408acd7fc47b7cb752072a808dc871c 2004-06-22 Remove explicit NIL_P() checks since rb_cmpint() does it again in the exactly same manner.
cdf40ecbd88c9ef9f758d3bd6376668f2e4722b3 2004-06-23 Fix indentation in time.c Move stack-len info from main.c to gc.c
3e1c383e455ec9fb938e6d85b353f648d516a0de 2004-06-23 io_seek()'s retval should be checked [ruby-core:03045]
60d938063bbb3ba60650f4f3200b0cd4ff004ffe 2004-06-25 bring back _stklen for DJGPP [ruby-core:3084]