summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-12-102001-12-10eban
2001-12-10* parse.y (gettable): should freeze __LINE__ string.matz
2001-12-09* matrix.rb: Vector#* bug. reported from Massimiliano Mirrakeiju
2001-12-09aamineaamine
2001-12-07aamineaamine
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-04* io.c (io_fread): EAGAIN/EWOULDBLOCK should not terminate andmatz
2001-12-03* string.c (to_str): should return VALUE.eban
2001-12-032001-12-03eban
2001-12-03* configure.in: add -Wl,-export-dynamic on NetBSD.eban
2001-12-03* time.c (time_new_internal): round usec overflow and underflowmatz
2001-12-03Mention the import of the syslog module.knu
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-12-01Add the syslog module.knu
2001-12-01This commit was manufactured by cvs2svn to create branch 'ruby_1_6'.(no author)
2001-12-01Reflect the update of the MD5 module which is now Digest::MD5.knu
2001-11-29* README.EXT: Appendix B is duplicated.usa
2001-11-28* eval.c (rb_thread_select): should subtract timeofday() frommatz
2001-11-252001-11-25usa
2001-11-25 * parse.y (str_extend): change types of second and third argumentsusa
2001-11-232001-11-23eban
2001-11-22 * process.c (Init_process): enable getpid and getppid on NT.usa
2001-11-222001-11-22eban
2001-11-21* parse.y (str_extend): should check nesting parentheses in #{}.matz
2001-11-202001-11-20eban
2001-11-19* parse.y (str_extend): should not terminate string interpolationmatz
2001-11-19* parse.y (str_extend): term can be any character.matz
2001-11-19* eval.c : oops.eban
2001-11-19* eval.c : fix typo. erestart -> errno. rb_thread_wait_for().eban
2001-11-192001-11-19eban
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 conditional.nobu
2001-11-13* configure.in: do not override CC if set.eban
2001-11-132001-11-13usa
2001-11-13 * hash.c (envix): merge from 1.7: use GET_ENVIRON and FREE_ENVIRON tousa
2001-11-13* signal.c (sighandle): should not re-register sighandler ifmatz
2001-11-09* win32/config.status.in: make CFLAGS same as Makefile's one.usa
2001-11-082001-11-08eban
2001-11-08* eval.c (rb_trap_eval): avoid annoying warning with signal.nobu
2001-11-07* dir.c (my_getcwd): do not rely on MAXPATHLEN.matz
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-10-31* eval.c (exec_under): should initialize ruby_frame->self;matz
2001-10-31* eval.c (POP_VARS): should not set DVAR_DONT_RECYCLE if _oldmatz