aboutsummaryrefslogtreecommitdiffstats
path: root/st.c
Commit message (Expand)AuthorAgeFilesLines
* * ruby.h: use ifdef (or defined) for macro constants that may ormatz2006-07-311-1/+1
* * st.c (malloc): use xmalloc/xcalloc instead of plainmatz2006-07-141-0/+5
* * ext/syck/rubyext.c: fixed GC problem (backported HEAD 1.55 - 1.62)ocean2005-12-201-24/+12
* * rubysig.h (CHECK_INTS): prevent signal handler to run duringmatz2005-10-191-14/+12
* * lib/cgi.rb (CGI::Cookie): [ruby-talk:130040]matz2005-02-081-5/+5
* * hash.c (rb_hash_rehash): add iteration check. [ruby-dev:24301]matz2004-09-221-1/+15
* * string.c (rb_str_hash): Update the HASH_PERL alternative hashknu2003-11-011-2/+6
* * st.h, st.c: Back out the introduction of st_*_func_t. Someknu2003-01-091-3/+3
* * st.h, st.c: Introduce new conventional typedef's, st_data_t,knu2003-01-061-31/+32
* * configure.in, defines.h, dir.c, dir.h, dln.c, error.c,uema22002-12-151-1/+1
* WinCE patch mergedmatz2002-12-021-1/+1
* * parse.y: yyparse #defines moved from intern.hmatz2002-05-291-1/+1
* * various files: macro fix-up by Michal Rokos.matz2002-04-251-10/+11
* * the VMS support patch submitted by Akiyoshi, Masamichimatz2002-03-221-0/+1
* * eval.c (rb_mod_include): load modules in argument order.matz2002-02-281-7/+6
* * st.c: primes should be primes.matz2002-01-161-15/+15
* * eval.c (rb_yield_0): no mvalue_to_svalue conversion here.matz2001-06-221-7/+9
* * gc.c (Init_stack): avoid __builtin_frame_address(2) to retrievematz2001-06-081-1/+1
* * array.c (rb_ary_and): should not push frozen key string.matz2001-05-161-1/+1
* * eval.c (block_pass): should not downgrade safe level.matz2001-05-021-3/+6
* matzmatz2000-12-121-3/+3
* matzmatz2000-07-151-2/+2
* remove configure from repositrymatz2000-05-161-1/+8
* 2000-03-23matz2000-03-231-1/+1
* 2000-03-07matz2000-03-071-4/+0
* 2000-02-25matz2000-02-251-21/+51
* 2000-02-23matz2000-02-231-1/+1
* 2000-02-23matz2000-02-231-0/+2
* 2000-02-23matz2000-02-231-0/+24
* 20000105matz2000-01-051-1/+1
* *** empty log message ***matz1999-10-131-2/+2
* 1.4.0matz1999-08-131-27/+44
* This commit was generated by cvs2svn to compensate for changes in r372,matz1999-01-201-116/+164
* Initial revisionv1_0_r2matz1998-01-161-0/+435