aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * string.c (rb_str_force_encoding): should clear coderange at changingnobu2009-02-251-0/+5
* * io.c (rb_io_getline_1): enables limit even if rs is given.nobu2009-02-251-0/+5
* * string.c (rb_str_chomp_bang): coderange may change.nobu2009-02-241-0/+5
* * string.c (rb_str_delete_bang): should recalculate coderange.nobu2009-02-241-0/+5
* * file.c (rb_file_size): new method added. [ruby-core:22088]matz2009-02-241-0/+4
* * class.c (rb_scan_args): Allow specifying the number of trailingknu2009-02-241-0/+8
* * ext/curses/curses.c (curses_colors): new method added. a patchmatz2009-02-241-0/+7
* * class.c (rb_scan_args): Revamp rb_scan_args() to compute theknu2009-02-241-0/+6
* * array.c (rb_ary_index, rb_ary_rindex): Emit a warning that aknu2009-02-241-0/+5
* * ext/socket/socket.c (sockaddr_obj): convert fe80:1::1 to fe80::1%1.akr2009-02-241-0/+4
* * ext/socket/ancdata.c (ancillary_timestamp): support SCM_BINTIME.akr2009-02-241-0/+4
* * ext/socket/ancdata.c (ancillary_timestamp): new method.akr2009-02-241-0/+4
* * common.mk (main): split from exts and makes main program afternobu2009-02-241-0/+12
* * common.mk (ripper.c): exec can't work on Windows.nobu2009-02-241-1/+5
* * Makefile.in (id.h): overwrites unconditinally.nobu2009-02-241-0/+4
* * missing/vsnprintf.c (BSD_vfprintf): ptrdiff_t may be larger thannobu2009-02-241-0/+5
* * signal.c (rb_disable_interrupt, rb_enable_interrupt): seenobu2009-02-241-0/+5
* * process.c (rb_waitpid): last argument was missing.nobu2009-02-241-0/+7
* * numeric.c (flo_eq): remove unnecessary NaN check using isnan().matz2009-02-231-0/+7
* * bootstraptest/test_thread.rb: fix for environment where fork is notmame2009-02-231-0/+5
* * thread.c (thread_cleanup_func): unlock all locked mutexes even whenmame2009-02-231-0/+5
* * insns.def (opt_minus): inline float operation.matz2009-02-231-0/+6
* * math.c (Need_Float): call rb_to_float() only when it is reallymatz2009-02-231-0/+3
* * range.c (range_each): check #succ only when it is reallymatz2009-02-231-0/+5
* * lib/pathname.rb (Pathname#foreachline): removed wronglymatz2009-02-231-0/+5
* * ext/socket/ancdata.c (inspect_timespec_as_abstime): new function toakr2009-02-231-0/+6
* * ext/socket/ancdata.c (inspect_bintime_as_abstime): new function toakr2009-02-231-0/+8
* * ext/socket/ancdata.c (inspect_timeval_as_abstime): use time_takr2009-02-231-0/+6
* * array.c (rb_ary_index, rb_ary_rindex): We know that argc is notknu2009-02-231-0/+8
* * lib/fileutils.rb (mv): added description for the case ofnobu2009-02-231-0/+5
* * include/ruby/ruby.h (USE_SYMBOL_AS_METHOD_NAME): Module#methods,nobu2009-02-231-0/+5
* * README.EXT, README.EXT.ja: added macros for the Compatibilities.nobu2009-02-231-0/+4
* typonobu2009-02-231-1/+1
* * ext/socket/mkconstants.rb: define SO_TIMESTAMPNS and SCM_TIMESTAMPNSakr2009-02-221-0/+5
* * ext/socket/ancdata.c (ancillary_inspect): use SCM_TIMESTAMP insteadakr2009-02-221-0/+5
* * ext/socket/ancdata.c (inspect_timeval_as_abstime): new function.akr2009-02-221-0/+5
* * ext/socket/option.c (inspect_timeval_as_interval): renamed fromakr2009-02-221-0/+5
* * ext/socket/option.c (inspect_timeval): fix the size test.akr2009-02-221-0/+4
* * string.c (tr_trans): should recalculate coderange.nobu2009-02-221-0/+5
* * ext/socket/option.c (inspect_linger): message refined.akr2009-02-221-0/+4
* * ext/socket/init.c (s_recvfrom): use rb_io_wait_readable afterakr2009-02-221-0/+5
* * ChangeLog: [ruby-core:22326] has been fixed at r22505.nobu2009-02-221-0/+1
* * ext/socket/option.c (inspect_errno): new function.akr2009-02-221-0/+5
* * re.c (Init_Regexp): define Regexp::FIXEDENCODING. [ruby-dev:38066]akr2009-02-221-0/+4
* * string.c (tr_trans): should not be affected by the encoding ofnobu2009-02-221-0/+5
* * ext/socket/init.c (s_recvfrom_nonblock): handles EAGAIN too.nobu2009-02-221-0/+7
* * eval.c (ruby_options): evaluator now expects iseq instead of tree.yugui2009-02-221-0/+6
* * Makefile.in (configure): unset PWD to use symlink to buildingnobu2009-02-221-1/+4
* * Makefile.in (up): cd doesn't need LC_TIME, VCS needs.nobu2009-02-221-0/+4
* * vm_eval.c (method_missing): should not pop cfp if missing methodnobu2009-02-221-0/+11