summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2002-12-20* ext/extmk.rb.in: get rid of --no-undefined option in $DLDFLAGS.eban
2002-12-13* ext/dbm/extconf.rb (db_check): support for GNU dbm 1.8.3.eban
2002-12-13* ext/dbm/extconf.rb: backported from 1.7.eban
2002-12-11* ext/extmk.rb.in (create_makefile): -no-undefined -> --no-undefined.eban
2002-11-27* ext/syslog/syslog.c: Cut redundancy.knu
2002-11-27* ext/digest/test.rb: Switch from RUnit to Test::Unit.knu
2002-11-27* ext/syslog/syslog.c: Fix a problem where Syslog#ident was notknu
2002-11-09* ext/tcltklib/stubs.c: should include "util.h" for ruby_strdup.eban
2002-10-26* array.c, class.c, eval.c, file.c, gc.c, node.h, numeric.c,knu
2002-10-25* ext/dbm/dbm.c (fdbm_indexes, fdbm_select): add a missingknu
2002-10-10* ext/tcltklib/stubs.c (ruby_tcltk_stubs): fix memory leak.eban
2002-10-04* configure.in (RUBY_PROG_GNU_LD): check whether the linker is GNU ld.eban
2002-10-03* ext/tcltklib/tcltklib.c (invoke_queue_handler): make singletonnobu
2002-10-01 * ext/socket/socket.c (sock_new): duplicate underlying socketnobu
2002-10-01* regex.c (re_match): p1 may exceed pend limit.matz
2002-09-27Update.knu
2002-09-25* eval.c (ruby_run): should set toplevel visibility again here.matz
2002-09-08* dir.c (rb_glob): add prototype of 2nd argument to avoid VC++ warning.usa
2002-08-19* array.c (sort_2): *a - *b may overflow.matz
2002-08-12* hash.c (rb_hash_equal): should check default values.matz
2002-08-01* ext/socket/socket.c (s_recvfrom): update RSTRING len.matz
2002-07-30* ext/tcltklib/stubs.c (ruby_tcltk_stubs): win32_getenv returnseban
2002-06-20* ext/readline/readline.c (readline_readline): get rid ofnobu
2002-06-19* ext/extmk.rb, lib/mkmf.rb (xsystem): open the log file if xsystem is called.eban
2002-06-11* eval.c (rb_eval): ruby_frame->last_func may be null, if it'smatz
2002-06-04* string.c (rb_str_aset): should raise error if an indexing stringmatz
2002-06-04backport miss.nobu
2002-06-03* ext/socket/addrinfo.h: typo.nobu
2002-05-02* ext/extmk.rb.in, lib/mkmf.rb: use 'do...end' instead of '{}' for Borland make.eban
2002-04-23* ext/extmk.rb.in (create_makefile): use `{$(srcdir)}' directive insteadusa
2002-04-21* ext/socket/extconf.rb: typo fix(#endif -> #else).eban
2002-04-19* ext/socket/extconf.rb: include <windows.h>, <winsock.h> on _WIN32.eban
2002-04-10* variable.c (rb_obj_remove_instance_variable): raise NameError ifmatz
2002-04-02* ext/extmk.rb.in (enable_config): follow lib/mkmf.rb.nobu
2002-03-26* ext/extmk.rb.in (arg_config): should use Shellwords::shellwords.eban
2002-03-25* ext/extmk.rb.in (arg_config): get rid of single quotes for autoconf 2.53.eban
2002-03-25* ext/socket/socket.c (bsock_do_not_rev_lookup_set): should not bematz
2002-03-25add depend filesnobu
2002-03-25This commit was manufactured by cvs2svn to create branch 'ruby_1_6'.(no author)
2002-03-22Synchronize with reality. Pick actually existent modules and get ridknu
2002-03-12* regex.c (re_compile_pattern): '\0111' should be '\011' plus '1',matz
2002-03-08* eval.c (cvar_cbase): utility function to find innermost nonmatz
2002-03-04* ext/extmk.rb.in (create_makefile): remove unnecessary -L option fromusa
2002-03-04* ext/extmk.rb.in (dir_config): Sync with mkmf.rb: Fix a bug whereknu
2002-03-04Make cvs ignore mkmf.log.knu
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