summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2006-06-20* parse.y (reswords): modifier token is no longer returned in fnamenobu
2006-06-20* ext/extmk.rb (parse_args): provisional catch-up for the recent changes.nobu
2006-06-20* eval.c (proc_invoke): intercept break and return from lambdamatz
2006-06-19Mon Jun 19 23:40:59 2006 NARUSE, Yui <naruse@ruby-lang.org>naruse
2006-06-19* sample/test.rb (proc_return3): return within non lambda blockmatz
2006-06-19* ext/socket/socket.c (unix_sysaccept): typo fixed.matz
2006-06-19* ext/socket/socket.c (tcp_accept_nonblock): forgot to removematz
2006-06-18* ext/tk/lib/multi-tk.rb: fix bug: initialize improper tablesnagai
2006-06-18support PROPERTYPUTREF. [ruby-talk:183042]suke
2006-06-17* eval.c (Init_eval): add aliases invoke_method andmatz
2006-06-17* lib/pathname.rb (Kernel#Pathname): new method.akr
2006-06-16* lib/pp.rb (Kernel#pretty_inspect): defined for pretty printedakr
2006-06-16* parse.y (reswords): kDO_BLOCK was missing. fixed: [ruby-core:7995]nobu
2006-06-15* eval.c (rb_proc_arity): get rid of segfault for mere splat.nobu
2006-06-15Documentation typo.drbrain
2006-06-14Don't print warnings when -q is set.drbrain
2006-06-14* eval.c (rb_f_method_name, rb_f_callee_name): document typo.usa
2006-06-13* ChangeLog: removed garbage.nobu
2006-06-13* ext/socket/socket.c (Init_socket): remove obsolete constants:matz
2006-06-11* lib/optparse.rb (OptionParser::Arguable#getopts): pass self to thenobu
2006-06-11* object.c (sym_call): disallow to call private methods.nobu
2006-06-11* win32/win32.h (write): not need to define on bcc.usa
2006-06-10commit miss againnobu
2006-06-10* lib/optparse.rb (OptionParser#getopts): new methods.nobu
2006-06-10* lib/rdoc/ri/ri_writer.rb: use String#ord.usa
2006-06-10commit missnobu
2006-06-10* object.c (sym_to_proc): imported Symbol#to_proc from ActiveSupprot.nobu
2006-06-10* ext/bigdecimal/lib/bigdecimal/newton.rb (Newton::nlsolve): typomatz
2006-06-10* eval.c (rb_f_method_name, rb_f_callee_name): new functions.usa
2006-06-10* lib/getoptlong.rb (GetoptLong#set_options): recieve argumentsusa
2006-06-09* math.c (log2): may be a macro.nobu
2006-06-09* eval.c (CALLARGS): remove last semicolon. C90 compiler doesn'tusa
2006-06-09* sprintf.c (rb_str_format): allow %c to print one charactermatz
2006-06-08* win32/win32.[ch] (rb_w32_read, rb_w32_write): new functions.usa
2006-06-07* win32/win32.c (errmap): add some winsock errors.usa
2006-06-05* ext/socket/socket.c (sock_s_unpack_sockaddr_in): rejectakr
2006-06-04add ML ref.akr
2006-06-04* ext/socket/socket.c: fix sockaddr_un handling.akr
2006-06-02* ext/openssl/extconf.rb: use create_header.gotoyuzo
2006-06-02* lib/mkmf.rb (CLEANINGS): remove extconf.h by distclean if created.nobu
2006-06-01* ext/socket/socket.c (s_recvfrom): alen may be zero with UNIXSocketakr
2006-06-01* win32/win32.c (rb_w32_cmdvector): backslashes inside single-quotesnobu
2006-06-01* win32/win32.c (rb_w32_getcwd): runtime's getcwd() will not successusa
2006-06-01* win32/win32.c (rb_w32_getcwd): set errno if not set.usa
2006-05-27* eval.c (proc_invoke): save and restore block in the current frame.nobu
2006-05-27* ext/extmk.rb (extmake): remove extinit files if no statically linkednobu
2006-05-26* lib/mkmf.rb (configuration): add $defs unless extconf.h was created.nobu
2006-05-25* ruby.h, lib/mkmf.rb (create_header): clear command line options fornobu
2006-05-24* mkconfig.rb: merge multiple entries to an entry with multiple lines.nobu
2006-05-24* ext/extmk.rb: deal with $static set in extconf.rb.nobu