summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2002-03-01* stable version 1.6.7 released.matz
2002-03-01* ext/socket/{addinfo.h,getaddrinfo.c} (gai_strerror): add consteban
2002-02-28* st.c (st_init_table_with_size): num_bins should be prime numbersmatz
2002-02-27* io.c (READ_DATA_PENDING): uClibc support.eban
2002-02-26* ext/digest/sha2/sha2.c: Merge from rough. Fix a couple ofknu
2002-02-25* ext/syslog/syslog.c: Merge from rough. Turn Syslog into aknu
2002-02-24Merge from rough.knu
2002-01-28* eval.c (is_defined): defined?(Foo::Baz) should check constantsmatz
2002-01-25*ext/extmk.rb.in, lib/mkmf.rb: add OUTFLAG.eban
2002-01-25* class.c (rb_include_module): detect cyclic module inclusion.matz
2002-01-16* eval.c (block_pass): should not pass tainted block, if $SAFE > 0.matz
2002-01-07Add.eban
2001-12-29* ext/extmk.rb.in (have_library): do not print yes. sigh.eban
2001-12-29* ext/extmk.rb.in, lib/mkmf.rb (have_library): print yes.eban
2001-12-29* ext/extmk.rb.in, lib/mkmf.rb (have_library): accept -lmeban
2001-12-19* eval.c (rb_mod_define_method): define_method should followmatz
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* ext/socket/extconf.rb: remove -L/usr/local/lib.eban
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-11-21* parse.y (str_extend): should check nesting parentheses in #{}.matz
2001-11-19* parse.y (parse_regx): should raise error on untermitatedmatz
2001-11-13* signal.c (sighandle): should not re-register sighandler ifmatz
2001-10-29* parse.y (str_extend): shuould allow interpolation of $-x.matz
2001-10-04* ext/socket/socket.c (ruby_connect): EALREADY is the equivalent eban
2001-10-02* ext/socket/socket.c (unix_addr): getsockname(2) may result len = 0.matz
2001-09-19010919matz
2001-09-08* eval.c (rb_thread_restore_context): save current value ofmatz
2001-09-06010906matz
2001-09-06* ext/digest/digest.c (rb_digest_base_s_hexdigest): remove a debugknu
2001-09-06* ext/digest/digest.c (rb_digest_base_s_digest,knu
2001-09-05* ruby.c (proc_options): should not adjust argc/argv if -e optionmatz
2001-08-20* ext/digest/sha2/extconf.rb: fix support for cross-compiling.eban
2001-08-16* LEGAL, ext/Setup*, ext/digest/*: Merge from 1.7: Import digestknu
2001-08-16This commit was manufactured by cvs2svn to create branch 'ruby_1_6'.(no author)
2001-07-24* ext/extmk.rb.in, lib/mkmf.rb: dig the target subdirectory forknu
2001-07-22* ext/extmk.rb.in, lib/mkmf.rb: introduce a couple of new makeknu
2001-07-19This commit was manufactured by cvs2svn to create branch 'ruby_1_6'.(no author)
2001-07-19Rename *.jp to *.ja, since jp is a region code and ja is a languageknu
2001-07-18This commit was manufactured by cvs2svn to create branch 'ruby_1_6'.(no author)
2001-07-17* ext/extmk.rb.in: modify RM macro because command.com/cmd.exe don'tusa
2001-07-13* ext/extmk.rb.in: support multi-level ext/ directories.knu
2001-07-13* lib/mkmf.rb: use File::split to split a target into a prefix andknu
2001-07-12Let cvs ignore extmk.log.knu
2001-07-12* ext/socket/socket.c (ruby_connect): workaround for the setup ofeban
2001-07-09* ext/extmk.rb.in: modify RM macro.eban
2001-07-06* eval.c (rb_f_require): move rb_file_s_expand_path frommatz
2001-07-05* ext/readline/readline.c (readline_event): merge from 1.7: aknu