| Commit message (Expand) | Author | Age | Files | Lines |
| * | * ext/socket/extconf.rb: Merge from 1.8: explicity specify | knu | 2004-04-16 | 1 | -0/+1 |
| * | * ext/digest/digest.c (rb_digest_base_s_new): Zero the newly | knu | 2003-10-15 | 1 | -1/+2 |
| * | * ext/tcltklib/extconf.rb (find_tcl, find_tk): return true if | nobu | 2003-06-28 | 1 | -2/+2 |
| * | * dir.c (push_braces): do not push_braces() unless rbrace is found. | matz | 2003-05-19 | 1 | -1/+1 |
| * | * ext/extmk.rb.in (create_makefile): link @LIBS@. | usa | 2003-04-09 | 1 | -1/+1 |
| * | * ext/Win32API/Win32API.c: no longer use inline-asms. | eban | 2003-03-06 | 2 | -159/+72 |
| * | * ext/dbm/extconf.rb (-DDBM_HDR): substitute ' with " to avoid | eban | 2003-01-01 | 1 | -1/+1 |
| * | * dln.c (init_funcname): get rid of gcc-3 -O3 warning. | nobu | 2002-12-31 | 1 | -2/+2 |
| * | * configure.in: Improve OpenBSD support. [obtained from: OpenBSD | knu | 2002-12-31 | 2 | -26/+14 |
| * | * ext/extmk.rb.in: get rid of --no-undefined option in $DLDFLAGS. | eban | 2002-12-20 | 1 | -3/+3 |
| * | * ext/dbm/extconf.rb (db_check): support for GNU dbm 1.8.3. | eban | 2002-12-13 | 1 | -0/+3 |
| * | * ext/dbm/extconf.rb: backported from 1.7. | eban | 2002-12-13 | 2 | -6/+50 |
| * | * ext/extmk.rb.in (create_makefile): -no-undefined -> --no-undefined. | eban | 2002-12-11 | 1 | -1/+1 |
| * | * ext/syslog/syslog.c: Cut redundancy. | knu | 2002-11-27 | 2 | -31/+59 |
| * | * ext/digest/test.rb: Switch from RUnit to Test::Unit. | knu | 2002-11-27 | 1 | -11/+2 |
| * | * ext/syslog/syslog.c: Fix a problem where Syslog#ident was not | knu | 2002-11-27 | 2 | -47/+35 |
| * | * ext/tcltklib/stubs.c: should include "util.h" for ruby_strdup. | eban | 2002-11-09 | 1 | -0/+1 |
| * | * array.c, class.c, eval.c, file.c, gc.c, node.h, numeric.c, | knu | 2002-10-26 | 1 | -2/+2 |
| * | * ext/dbm/dbm.c (fdbm_indexes, fdbm_select): add a missing | knu | 2002-10-25 | 2 | -2/+2 |
| * | * ext/tcltklib/stubs.c (ruby_tcltk_stubs): fix memory leak. | eban | 2002-10-10 | 1 | -5/+6 |
| * | * configure.in (RUBY_PROG_GNU_LD): check whether the linker is GNU ld. | eban | 2002-10-04 | 1 | -0/+3 |
| * | * ext/tcltklib/tcltklib.c (invoke_queue_handler): make singleton | nobu | 2002-10-03 | 1 | -4/+7 |
| * | * ext/socket/socket.c (sock_new): duplicate underlying socket | nobu | 2002-10-01 | 1 | -28/+0 |
| * | * regex.c (re_match): p1 may exceed pend limit. | matz | 2002-10-01 | 1 | -2/+2 |
| * | Update. | knu | 2002-09-27 | 1 | -1/+28 |
| * | * eval.c (ruby_run): should set toplevel visibility again here. | matz | 2002-09-25 | 1 | -77/+407 |
| * | * dir.c (rb_glob): add prototype of 2nd argument to avoid VC++ warning. | usa | 2002-09-08 | 1 | -1/+5 |
| * | * array.c (sort_2): *a - *b may overflow. | matz | 2002-08-19 | 2 | -9/+10 |
| * | * hash.c (rb_hash_equal): should check default values. | matz | 2002-08-12 | 1 | -0/+1 |
| * | * ext/socket/socket.c (s_recvfrom): update RSTRING len. | matz | 2002-08-01 | 1 | -4/+9 |
| * | * ext/tcltklib/stubs.c (ruby_tcltk_stubs): win32_getenv returns | eban | 2002-07-30 | 1 | -0/+6 |
| * | * ext/readline/readline.c (readline_readline): get rid of | nobu | 2002-06-20 | 1 | -0/+4 |
| * | * ext/extmk.rb, lib/mkmf.rb (xsystem): open the log file if xsystem is called. | eban | 2002-06-19 | 1 | -2/+6 |
| * | * eval.c (rb_eval): ruby_frame->last_func may be null, if it's | matz | 2002-06-11 | 1 | -18/+18 |
| * | * string.c (rb_str_aset): should raise error if an indexing string | matz | 2002-06-04 | 1 | -2/+2 |
| * | backport miss. | nobu | 2002-06-04 | 1 | -0/+2 |
| * | * ext/socket/addrinfo.h: typo. | nobu | 2002-06-03 | 2 | -47/+114 |
| * | * ext/extmk.rb.in, lib/mkmf.rb: use 'do...end' instead of '{}' for Borland make. | eban | 2002-05-02 | 1 | -1/+1 |
| * | * ext/extmk.rb.in (create_makefile): use `{$(srcdir)}' directive instead | usa | 2002-04-23 | 1 | -1/+1 |
| * | * ext/socket/extconf.rb: typo fix(#endif -> #else). | eban | 2002-04-21 | 1 | -2/+2 |
| * | * ext/socket/extconf.rb: include <windows.h>, <winsock.h> on _WIN32. | eban | 2002-04-19 | 1 | -9/+19 |
| * | * variable.c (rb_obj_remove_instance_variable): raise NameError if | matz | 2002-04-10 | 1 | -3/+3 |
| * | * ext/extmk.rb.in (enable_config): follow lib/mkmf.rb. | nobu | 2002-04-02 | 1 | -8/+5 |
| * | * ext/extmk.rb.in (arg_config): should use Shellwords::shellwords. | eban | 2002-03-26 | 1 | -2/+2 |
| * | * ext/extmk.rb.in (arg_config): get rid of single quotes for autoconf 2.53. | eban | 2002-03-25 | 1 | -0/+1 |
| * | * ext/socket/socket.c (bsock_do_not_rev_lookup_set): should not be | matz | 2002-03-25 | 1 | -0/+1 |
| * | add depend files | nobu | 2002-03-25 | 6 | -0/+6 |
| * | This commit was manufactured by cvs2svn to create branch 'ruby_1_6'. | (no author) | 2002-03-25 | 6 | -0/+30 |
| * | Synchronize with reality. Pick actually existent modules and get rid | knu | 2002-03-22 | 4 | -15/+18 |
| * | * regex.c (re_compile_pattern): '\0111' should be '\011' plus '1', | matz | 2002-03-12 | 1 | -2/+2 |