summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2001-12-13aamineaamine
2001-12-13* time.c (time_new_internal): avoid loop to calculate negativematz
2001-12-11* string.c (rb_str_match_m): should convert an argument intomatz
2001-12-10* object.c (rb_class_real): follow included modules.nobu
2001-12-10* util.h: change prototype of ruby_qsort() to accord with its definition.usa
2001-12-10* parse.y (gettable): should freeze __FILE__ string.eban
2001-12-10* array.c (rb_ary_modify): should copy the internal buffer if thematz
2001-12-09* matrix.rb: Vector#* bug. reported from Massimiliano Mirrakeiju
2001-12-09* enum.c (enum_sort_by): should replace with last elements.nobu
2001-12-09aamineaamine
2001-12-07aamineaamine
2001-12-07* ext/extmk.rb.in: ignore adding -Wl,-R to DLDFLAGS when the directoryusa
2001-12-06* ext/extmk.rb.in: add -Wl,-R flags to DLDFLAGS on netbsdelf.usa
2001-12-03* time.c (time_plus): must detect result overflow.matz
2001-12-03* configure.in: add -Wl,-export-dynamic on NetBSD.eban
2001-12-03* ext/socket/extconf.rb: remove -L/usr/local/lib.eban
2001-12-03* configure.in: not use X11BASE, since it's not always set.usa
2001-12-02* configure.in: apply patch from NetBSD's pkgsrc (patch-aa).usa
2001-12-02* configure.in: use GCC, not without_gcc. remove without_gcc.eban
2001-11-30* configure.in: default --enable-shared to yes on cygwin and mingw32.eban
2001-11-30* configure.in: set target_cpu to i386 on cygwin and mingw32.eban
2001-11-29* string.c (rb_str_equal): object with to_str must be treated as amatz
2001-11-29* README.EXT: Appendix B is duplicated.usa
2001-11-28* eval.c (rb_thread_select): should subtract timeofday() frommatz
2001-11-27* marshal.c (w_float): must distinguish -0.0 from 0.0.matz
2001-11-26Import the "syslog" module from the rough ruby project. This moduleknu
2001-11-26 * win32/win32.c (mypopen): fixed that mypclose() didn't really closeusa
2001-11-25 * parse.y (str_extend): change types of second and third argumentsusa
2001-11-21* parse.y (str_extend): should check nesting parentheses in #{}.matz
2001-11-21* lib/cgi.rb: CGI#header: do not set Apache.request.status forshugo
2001-11-19* parse.y (str_extend): should not terminate string interpolationmatz
2001-11-19* eval.c (rb_mod_modfunc): should follow NODE_ZSUPER link; basedmatz
2001-11-19* parse.y (parse_regx): should raise error on untermitatedmatz
2001-11-18 * lib/cgi.rb (header): support for Apache. thanks towakou
2001-11-18* parse.y: needless conditionals.nobu
2001-11-15* array.c (rb_ary_join): non-nil separator must be converted tonobu
2001-11-14 * hash.c (ruby_setenv): remove USE_WIN32_RTL_ENV block since it'susa
2001-11-13 * win32/win32.c (waitpid): fix wait count.usa
2001-11-13* configure.in: do not override CC if set.eban
2001-11-13* signal.c (sighandle): should not re-register sighandler ifmatz
2001-11-13 * win32/win32.c (mypopen): return error status instead of callingusa
2001-11-13 * hash.c (envix): use GET_ENVIRON and FREE_ENVIRON to get environmentusa
2001-11-09* win32/config.status.in: make CFLAGS same as Makefile's one.usa
2001-11-08* eval.c (rb_trap_eval): avoid annoying warning with signal.nobu
2001-11-08* file.c (path_check_1): forgot to initialize 'p'.matz
2001-11-07* process.c (security): always give warning for insecure PATH.matz
2001-11-06* lib/net/imap.rb (getquota_response): use astring for mailboxshugo
2001-11-03* matrix.rb (Matrix#column_vectors, Matrix#row_vectors): ditto bug.keiju
2001-11-01* bignum.c (rb_big_aref): idx may be a Bignum.matz
2001-11-01* gc.c (gc_mark_children): should NOT treat last element ofmatz