summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * ext/socket/extconf.rb: Merge from 1.8: explicity specifyknu2004-04-161-0/+1
* * ext/digest/digest.c (rb_digest_base_s_new): Zero the newlyknu2003-10-151-1/+2
* * ext/tcltklib/extconf.rb (find_tcl, find_tk): return true ifnobu2003-06-281-2/+2
* * dir.c (push_braces): do not push_braces() unless rbrace is found.matz2003-05-191-1/+1
* * ext/extmk.rb.in (create_makefile): link @LIBS@.usa2003-04-091-1/+1
* * ext/Win32API/Win32API.c: no longer use inline-asms.eban2003-03-062-159/+72
* * ext/dbm/extconf.rb (-DDBM_HDR): substitute ' with " to avoideban2003-01-011-1/+1
* * dln.c (init_funcname): get rid of gcc-3 -O3 warning.nobu2002-12-311-2/+2
* * configure.in: Improve OpenBSD support. [obtained from: OpenBSDknu2002-12-312-26/+14
* * ext/extmk.rb.in: get rid of --no-undefined option in $DLDFLAGS.eban2002-12-201-3/+3
* * ext/dbm/extconf.rb (db_check): support for GNU dbm 1.8.3.eban2002-12-131-0/+3
* * ext/dbm/extconf.rb: backported from 1.7.eban2002-12-132-6/+50
* * ext/extmk.rb.in (create_makefile): -no-undefined -> --no-undefined.eban2002-12-111-1/+1
* * ext/syslog/syslog.c: Cut redundancy.knu2002-11-272-31/+59
* * ext/digest/test.rb: Switch from RUnit to Test::Unit.knu2002-11-271-11/+2
* * ext/syslog/syslog.c: Fix a problem where Syslog#ident was notknu2002-11-272-47/+35
* * ext/tcltklib/stubs.c: should include "util.h" for ruby_strdup.eban2002-11-091-0/+1
* * array.c, class.c, eval.c, file.c, gc.c, node.h, numeric.c,knu2002-10-261-2/+2
* * ext/dbm/dbm.c (fdbm_indexes, fdbm_select): add a missingknu2002-10-252-2/+2
* * ext/tcltklib/stubs.c (ruby_tcltk_stubs): fix memory leak.eban2002-10-101-5/+6
* * configure.in (RUBY_PROG_GNU_LD): check whether the linker is GNU ld.eban2002-10-041-0/+3
* * ext/tcltklib/tcltklib.c (invoke_queue_handler): make singletonnobu2002-10-031-4/+7
* * ext/socket/socket.c (sock_new): duplicate underlying socketnobu2002-10-011-28/+0
* * regex.c (re_match): p1 may exceed pend limit.matz2002-10-011-2/+2
* Update.knu2002-09-271-1/+28
* * eval.c (ruby_run): should set toplevel visibility again here.matz2002-09-251-77/+407
* * dir.c (rb_glob): add prototype of 2nd argument to avoid VC++ warning.usa2002-09-081-1/+5
* * array.c (sort_2): *a - *b may overflow.matz2002-08-192-9/+10
* * hash.c (rb_hash_equal): should check default values.matz2002-08-121-0/+1
* * ext/socket/socket.c (s_recvfrom): update RSTRING len.matz2002-08-011-4/+9
* * ext/tcltklib/stubs.c (ruby_tcltk_stubs): win32_getenv returnseban2002-07-301-0/+6
* * ext/readline/readline.c (readline_readline): get rid ofnobu2002-06-201-0/+4
* * ext/extmk.rb, lib/mkmf.rb (xsystem): open the log file if xsystem is called.eban2002-06-191-2/+6
* * eval.c (rb_eval): ruby_frame->last_func may be null, if it'smatz2002-06-111-18/+18
* * string.c (rb_str_aset): should raise error if an indexing stringmatz2002-06-041-2/+2
* backport miss.nobu2002-06-041-0/+2
* * ext/socket/addrinfo.h: typo.nobu2002-06-032-47/+114
* * ext/extmk.rb.in, lib/mkmf.rb: use 'do...end' instead of '{}' for Borland make.eban2002-05-021-1/+1
* * ext/extmk.rb.in (create_makefile): use `{$(srcdir)}' directive insteadusa2002-04-231-1/+1
* * ext/socket/extconf.rb: typo fix(#endif -> #else).eban2002-04-211-2/+2
* * ext/socket/extconf.rb: include <windows.h>, <winsock.h> on _WIN32.eban2002-04-191-9/+19
* * variable.c (rb_obj_remove_instance_variable): raise NameError ifmatz2002-04-101-3/+3
* * ext/extmk.rb.in (enable_config): follow lib/mkmf.rb.nobu2002-04-021-8/+5
* * ext/extmk.rb.in (arg_config): should use Shellwords::shellwords.eban2002-03-261-2/+2
* * ext/extmk.rb.in (arg_config): get rid of single quotes for autoconf 2.53.eban2002-03-251-0/+1
* * ext/socket/socket.c (bsock_do_not_rev_lookup_set): should not bematz2002-03-251-0/+1
* add depend filesnobu2002-03-256-0/+6
* This commit was manufactured by cvs2svn to create branch 'ruby_1_6'.(no author)2002-03-256-0/+30
* Synchronize with reality. Pick actually existent modules and get ridknu2002-03-224-15/+18
* * regex.c (re_compile_pattern): '\0111' should be '\011' plus '1',matz2002-03-121-2/+2