summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * include/ruby/node.h, vm_core.h: move definition ofko12008-09-2315-405/+437
* * ext/ripper/eventids2.c (token_to_eventid): supper __ENCODING__matz2008-09-232-0/+6
* fix a typo.akr2008-09-231-26/+26
* properties.nobu2008-09-230-0/+0
* * common.mk, hash.c: remove unused inclusion.ko12008-09-233-3/+7
* * eval_safe.c, safe.c: rename eval_safe.c to safe.c.ko12008-09-235-8/+31
* * common.mk: clean upko12008-09-2319-376/+284
* * lib/pathname.rb (each_filename): return Enumerator if no blockmame2008-09-233-0/+9
* * test/ruby/test_env.rb (TestEnv#test_aset): test updated.matz2008-09-222-1/+4
* * hash.c (env_aset): allow nil value to remove an entry.matz2008-09-222-1/+7
* * misc/ruby-mode.el (ruby-keyword-end-re): emacs21 support. amatz2008-09-222-15/+51
* * doc/NEWS: fixed typo, Readline.HISTORY::clear -> Readline::HISTORY.clear.kouji2008-09-221-1/+1
* * test/readline/test_readline_history.rbkouji2008-09-222-2/+9
* * 2008-09-23svn2008-09-221-3/+3
* * ext/readline/readline.c (Init_readline): used remove_history tokouji2008-09-222-1/+14
* * lib/tempfile.rb (Tempfile#open): should return a value from thematz2008-09-222-2/+5
* * include/ruby/encoding.h (enum): ISO C forbids comma at end ofshyouhei2008-09-222-1/+6
* * LEGAL: updated file names removed and added. [ruby-dev:36426]matz2008-09-222-19/+42
* * 2008-09-22svn2008-09-211-3/+3
* * encoding.c (get_default_external): add description.naruse2008-09-212-21/+26
* * math.c (math_log): should check argc.tadf2008-09-213-1/+6
* fixed previous commit.tadf2008-09-211-4/+4
* * complex.c: added two macros.tadf2008-09-213-6/+20
* * complex.c (nucomp_s_convert): checks argc.tadf2008-09-213-8/+12
* trivial changes.tadf2008-09-211-14/+16
* fixed indentation.tadf2008-09-211-2/+2
* * complex.c (nucomp_s_canonicalize_internal): checks exactness oftadf2008-09-215-89/+134
* * lib/csv/csv.rb: Reworked CSV's parser and generator to be m17n. Datajeg22008-09-2113-172/+1106
* * lib/complex.rb: provides some obsolate methods.tadf2008-09-202-1/+7
* * complex.c: an instance method image has been removed andtadf2008-09-209-227/+223
* * ext/json/ext/parser/parse.c: use ruby_xfree().naruse2008-09-201-1/+1
* * ext/json/ext/parser/parse.c: use ruby_xfree().naruse2008-09-204-6/+14
* * ext/json: import JSON v 1.1.3.naruse2008-09-2021-435/+506
* * lib/optparse.rb (summarize): separator "" should output new line.mame2008-09-202-1/+5
* * parse.y: strings which contain only US-ASCII don't force to havenaruse2008-09-193-10/+13
* * re.c (rb_reg_desc): Regexps of ASCII Compatible encoding maynaruse2008-09-192-2/+12
* * common.mk: prec.c is removed.naruse2008-09-193-4/+7
* * complex.c: uses f_(in)?exact_p macro.tadf2008-09-196-19/+40
* * prec.c: removed. Precision will be redesigned and be back again.yugui2008-09-1915-291/+32
* * common.mk : Reverts the changeset 18994.yugui2008-09-192-1/+6
* * configure.in: applied OS/2 support patch from Brendan Oakleymatz2008-09-192-2/+7
* * dln.c: newer BeOS support. a patch from Pete Goodevematz2008-09-198-7/+19
* * ext/nkf/nkf-utf8/nkf.c: fix memory violation. mentioned by mame [ruby-dev:3...naruse2008-09-182-15/+21
* * 2008-09-19svn2008-09-181-3/+3
* * regexec.c (string_cmp_ic): add text_end argument.akr2008-09-183-16/+25
* * ext/openssl/ossl_pkey_ec.c (ossl_ec_key_to_string): comment outmame2008-09-182-0/+16
* * ext/bigdecimal/bigdecimal.c (VpCtoV): 1E1000...000 is interpreted asmame2008-09-183-5/+47
* * string.c (rb_str_comparable): make ascii8bit string to bematz2008-09-183-5/+17
* * grapheme cluster implementation reverted. [ruby-dev:36375]akr2008-09-1825-892/+234
* * lib/rake.rb (Rake::Application#standard_exception_handling):nobu2008-09-182-8/+13