aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * ext/socket/socket.c (sock_s_unpack_sockaddr_in): remove structmatz2003-04-076-15/+31
* * zlib.c (rb_gzreader_getc): the return value of GzipReader#getc must be unsi...katsu2003-04-061-1/+1
* * sample/exyacc.rb: use Regexp in gsub!.akr2003-04-052-2/+6
* 2003-04-04eban2003-04-041-3/+3
* * eval.c (assign): should prepare mrhs by svalue_to_mrhs().matz2003-04-044-5/+22
* 2003-04-03eban2003-04-031-4/+4
* * eval.c (rb_f_missing): use "inspect" for T_OBJECT as well.matz2003-04-037-9/+26
* * README.EXT, README.EXT.ja (3.3): clarified -1 as free fornobu2003-04-023-3/+10
* 2003-03-31eban2003-03-311-3/+3
* * hash.c (env_reject_bang): untaint key string.matz2003-03-313-5/+15
* * pack.c (pack_pack): do not call rb_str_buf_cat() with NULL ptr,matz2003-03-292-4/+13
* 2003-03-29eban2003-03-291-3/+3
* * instruby.rb, ext/extmk.rb, lib/benchmark.rb, lib/cgi.rb,akr2003-03-2912-37/+44
* * eval.c (avalue_to_svalue): use rb_check_array_type() again.matz2003-03-298-34/+85
* * MANIFEST (ext/aix_mksym.rb): remove obsolete file.nobu2003-03-292-1/+4
* Import Ruby/zlib from rough.katsu2003-03-284-0/+3749
* 2003-03-28nobu2003-03-281-3/+3
* * variable.c (rb_class_path): hold temporary class path in anobu2003-03-282-1/+18
* Use rb_str2cstr() instead of STR2CSTR() macro.shigek2003-03-282-12/+10
* Rubbish !shigek2003-03-281-7/+0
* Entries for bigdecimal added.shigek2003-03-286-0/+12
* Copied from rough/bigdecimal,documents & some sample programs added.shigek2003-03-2817-0/+6325
* Added comment for Net::HTTP.get(arg1, arg2, arg3)gsinclair2003-03-281-0/+5
* * regex.c (re_compile_pattern): fix [:name:] handling.akr2003-03-272-34/+39
* 2003-03-27eban2003-03-271-3/+3
* * string.c (rb_str_capitalize_bang): check length before upcasenobu2003-03-262-0/+6
* commit miss.nobu2003-03-261-1/+2
* * dln.c (dln_find_1): break if path list end, even for too longnobu2003-03-262-1/+8
* 2003-03-26eban2003-03-261-3/+3
* * eval.c (avalue_splat): new function to do unary * (splat)matz2003-03-269-56/+113
* backoutnobu2003-03-261-2/+2
* * signal.c (trap): return "DEFAULT" and "IGNORE" respectively formatz2003-03-253-6/+20
* 2003-03-25eban2003-03-251-3/+3
* * eval.c (rb_yield_0): call avalue_to_mrhs() to assign blockmatz2003-03-253-2/+12
* * io.c (rb_io_initialize): should check rb_secure(4).matz2003-03-256-2/+34
* * ext/strscan/strscan.c: should infect also return values of #inspect.aamine2003-03-252-19/+25
* security enhancement of dl library (need test).matz2003-03-249-158/+175
* Added rb_secure(4). (Thanks to Minero Aoki)ttate2003-03-244-1/+23
* update NotImplementError to NotImplementedError.matz2003-03-236-11/+6
* fix typos.akr2003-03-231-76/+77
* * io.c (rb_io_fread): may lose data on nonblocking read.matz2003-03-234-12/+16
* * parse.y (block_append): warn unused lteral.nobu2003-03-232-0/+5
* * lib/jcode.rb (tr!, delete!, szueeze!): add empty string checking.eban2003-03-232-1/+6
* 2003-03-23nobu2003-03-231-3/+3
* * gc.c (rb_gc_call_finalizer_at_exit): use free() if dfree is -1.nobu2003-03-232-1/+10
* * time.c (make_time_t): try search_time_t if mktime/timegm is failed.akr2003-03-222-30/+27
* * lib/optparse.rb, lib/jcode.rb, ext/tk/lib/tk.rb: reorder characterakr2003-03-224-13/+18
* * lib/uri/common.rb: `[', `]', `-' in chracterakr2003-03-222-2/+2
* * lib/date/format.rb, lib/uri/common.rb: `[', `]', `-' in chracterakr2003-03-213-4/+9
* * regex.c (re_compile_pattern): fix previous change.akr2003-03-2114-46/+56