aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * matrix.rb: Vector#* bug. reported from Massimiliano Mirrakeiju2001-12-091-0/+4
* * enum.c (enum_sort_by): should replace with last elements.nobu2001-12-091-0/+4
* aamineaamine2001-12-091-0/+4
* aamineaamine2001-12-071-0/+12
* * ext/extmk.rb.in: ignore adding -Wl,-R to DLDFLAGS when the directoryusa2001-12-071-0/+5
* * ext/extmk.rb.in: add -Wl,-R flags to DLDFLAGS on netbsdelf.usa2001-12-061-0/+6
* * time.c (time_plus): must detect result overflow.matz2001-12-031-1/+21
* * configure.in: add -Wl,-export-dynamic on NetBSD.eban2001-12-031-0/+2
* * ext/socket/extconf.rb: remove -L/usr/local/lib.eban2001-12-031-0/+4
* * configure.in: not use X11BASE, since it's not always set.usa2001-12-031-1/+5
* * configure.in: apply patch from NetBSD's pkgsrc (patch-aa).usa2001-12-021-0/+4
* * configure.in: use GCC, not without_gcc. remove without_gcc.eban2001-12-021-0/+8
* * 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-301-0/+4
* * string.c (rb_str_equal): object with to_str must be treated as amatz2001-11-291-0/+5
* * README.EXT: Appendix B is duplicated.usa2001-11-291-0/+6
* * eval.c (rb_thread_select): should subtract timeofday() frommatz2001-11-281-0/+16
* * marshal.c (w_float): must distinguish -0.0 from 0.0.matz2001-11-271-0/+22
* Import the "syslog" module from the rough ruby project. This moduleknu2001-11-261-0/+5
* * win32/win32.c (mypopen): fixed that mypclose() didn't really closeusa2001-11-261-0/+8
* * parse.y (str_extend): change types of second and third argumentsusa2001-11-251-0/+5
* * parse.y (str_extend): should check nesting parentheses in #{}.matz2001-11-211-0/+32
* * lib/cgi.rb: CGI#header: do not set Apache.request.status forshugo2001-11-211-0/+5
* * parse.y (str_extend): should not terminate string interpolationmatz2001-11-191-0/+5
* * eval.c (rb_mod_modfunc): should follow NODE_ZSUPER link; basedmatz2001-11-191-0/+13
* * parse.y (parse_regx): should raise error on untermitatedmatz2001-11-191-2/+45
* * lib/cgi.rb (header): support for Apache. thanks towakou2001-11-181-0/+5
* * parse.y: needless conditionals.nobu2001-11-181-0/+7
* * array.c (rb_ary_join): non-nil separator must be converted tonobu2001-11-151-0/+5
* * hash.c (ruby_setenv): remove USE_WIN32_RTL_ENV block since it'susa2001-11-141-0/+7
* * win32/win32.c (waitpid): fix wait count.usa2001-11-131-0/+6
* * configure.in: do not override CC if set.eban2001-11-131-0/+4
* * signal.c (sighandle): should not re-register sighandler ifmatz2001-11-131-0/+60
* * win32/win32.c (mypopen): return error status instead of callingusa2001-11-131-0/+7
* * hash.c (envix): use GET_ENVIRON and FREE_ENVIRON to get environmentusa2001-11-131-0/+65
* * win32/config.status.in: make CFLAGS same as Makefile's one.usa2001-11-091-0/+4
* * eval.c (rb_trap_eval): avoid annoying warning with signal.nobu2001-11-081-0/+8
* * file.c (path_check_1): forgot to initialize 'p'.matz2001-11-081-0/+14
* * process.c (security): always give warning for insecure PATH.matz2001-11-071-0/+22
* * lib/net/imap.rb (getquota_response): use astring for mailboxshugo2001-11-061-0/+8
* * matrix.rb (Matrix#column_vectors, Matrix#row_vectors): ditto bug.keiju2001-11-031-0/+6
* * bignum.c (rb_big_aref): idx may be a Bignum.matz2001-11-011-0/+6
* * gc.c (gc_mark_children): should NOT treat last element ofmatz2001-11-011-0/+5
* * eval.c (exec_under): should initialize ruby_frame->self;matz2001-10-311-0/+4
* * eval.c (POP_VARS): should not set DVAR_DONT_RECYCLE if _oldmatz2001-10-311-0/+11
* * lib/cgi.rb: CGI::Cookie::parse(): Ignore duplicate keys caused bywakou2001-10-301-0/+5
* * win32/mkexports.rb: follow the change of rb_io_puts().usa2001-10-301-0/+4
* * string.c (rb_str_chomp_bang): do smart chomp if $/ == '\n'.matz2001-10-301-0/+14
* * intern.h (rb_protect_inspect): follow the change of array.c.usa2001-10-291-1/+14
* * parse.y (str_extend): shuould allow interpolation of $-x.matz2001-10-291-0/+47