aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * time.c (time_plus): result should not be negative unlessmatz2001-12-218-43/+108
* * dln.h, ruby.h, util.h: enable prototypes in C++.nobu2001-12-214-3/+33
* 2001-12-21eban2001-12-211-2/+2
* * eval.c (rb_mod_define_method): must not convert Method to Proc.nobu2001-12-202-6/+7
* * lib/mkmf.rb (with_destdir): new.nobu2001-12-203-11/+23
* aamineaamine2001-12-202-4/+8
* * ext/readline/readline.c: new methodsshugo2001-12-192-0/+234
* * eval.c (rb_mod_define_method): define_method should followmatz2001-12-196-59/+104
* * lib/time.rb: date.rb is not required anymore.akr2001-12-183-13/+41
* conflicted.nobu2001-12-181-5/+2
* * sample/test.rb: Hash#indexes -> Hash#select.eban2001-12-182-3/+7
* * string.c (rb_str_replace): swap arguments of OBJ_INFECT.matz2001-12-1814-77/+135
* * intern.h: add prototypes.nobu2001-12-179-8/+43
* 2001-12-17eban2001-12-172-3/+3
* * lib/time.rb: use Time#utc_offset.akr2001-12-172-71/+12
* * time.c: new method `gmtoff', `gmt_offset' and `utc_offset'.akr2001-12-174-27/+180
* aamineaamine2001-12-138-133/+156
* * time.c (time_new_internal): avoid loop to calculate negativematz2001-12-135-22/+51
* * string.c (rb_str_match_m): should convert an argument intomatz2001-12-1110-6/+203
* * object.c (rb_class_real): follow included modules.nobu2001-12-102-0/+7
* * util.h: change prototype of ruby_qsort() to accord with its definition.usa2001-12-102-1/+6
* * parse.y (gettable): should freeze __FILE__ string.eban2001-12-101-1/+1
* add lib/time.rb.akr2001-12-101-0/+1
* auxiliary routines update.matz2001-12-102-3/+5
* * array.c (rb_ary_modify): should copy the internal buffer if thematz2001-12-1019-336/+653
* new file.akr2001-12-101-0/+628
* 20011209nobu2001-12-091-2/+2
* * matrix.rb: Vector#* bug. reported from Massimiliano Mirrakeiju2001-12-092-2/+6
* * enum.c (enum_sort_by): should replace with last elements.nobu2001-12-092-1/+5
* aamineaamine2001-12-098-191/+301
* aamineaamine2001-12-075-44/+47
* * ext/extmk.rb.in: ignore adding -Wl,-R to DLDFLAGS when the directoryusa2001-12-072-1/+6
* * ext/extmk.rb.in: add -Wl,-R flags to DLDFLAGS on netbsdelf.usa2001-12-063-0/+12
* replace have_header("curses") with have_header("curses.h")ttate2001-12-041-1/+1
* 2001-12-03eban2001-12-031-2/+2
* * time.c (time_plus): must detect result overflow.matz2001-12-033-77/+117
* * configure.in: add -Wl,-export-dynamic on NetBSD.eban2001-12-032-1/+5
* * ext/socket/extconf.rb: remove -L/usr/local/lib.eban2001-12-032-1/+4
* * configure.in: not use X11BASE, since it's not always set.usa2001-12-032-2/+6
* * configure.in: apply patch from NetBSD's pkgsrc (patch-aa).usa2001-12-022-14/+16
* * configure.in: use GCC, not without_gcc. remove without_gcc.eban2001-12-024-12/+18
* One more fix to use Digest::MD5.knu2001-12-011-1/+1
* Reflect the update of the MD5 module which is now Digest::MD5.knu2001-12-015-21/+14
* * configure.in: default --enable-shared to yes on cygwin and mingw32.eban2001-11-301-0/+2
* * configure.in: set target_cpu to i386 on cygwin and mingw32.eban2001-11-302-1/+7
* bug fix for getnstr() and wgetnstr()ttate2001-11-291-2/+2
* * string.c (rb_str_equal): object with to_str must be treated as amatz2001-11-295-3/+31
* * README.EXT: Appendix B is duplicated.usa2001-11-293-2/+8
* * eval.c (rb_thread_select): should subtract timeofday() frommatz2001-11-286-54/+89
* * marshal.c (w_float): must distinguish -0.0 from 0.0.matz2001-11-279-83/+301