fixed the alignment problems discussed in [ruby-dev:28667].
50 lines of code changed in:
2006-07-01
4 lines of code changed in:
* configure.in: should test isinf for Solaris with GCC compiler.
[ruby-core:08100]
8 lines of code changed in:
* lib/webrick/httputils.rb (WEBrick::HTTPUtils._escape): should
use String#ord to get ascii code from the one-character string.
[ruby-dev:28901]
7 lines of code changed in:
2006-06-30
3 lines of code changed in:
* gc.c (gc_mark_children): a bug in NODE_BLOCK_PASS marking.
[ruby-dev:28908]
7 lines of code changed in:
* parse.y: use ARGSPUSH instead of ARGSCAT to prevent too much
splat expansion.
* eval.c (when_check): need to handle ARGSPUSH as well.
* eval.c (block_orphan): lambda and proc from method are always
orphan.
* gc.c (gc_mark_children): proper marking for NODE_BLOCK_PASS and
NODE_LAMBDA.
22 lines of code changed in:
* eval.c (SETUP_ARGS0): avoid GC problem.
[ruby-dev:28902]
7 lines of code changed in:
* ext/bigdecimal/bigdecimal.c (BigDecimal_version): fix patch
failure.
5 lines of code changed in:
* ext/bigdecimal/bigdecimal.c: add RDoc document. a patch from
mathew <meta at pobox.com>. [ruby-core:07050]
705 lines of code changed in:
Add optparse.rb to .document.
1 lines of code changed in:
RDoc patch by Robin Stocker <robin@nibor.org>
487 lines of code changed in:
2006-06-29
3 lines of code changed in:
* object.c (rb_cstr_to_dbl): underscores should appear only
between digits. [ruby-dev:28891]
9 lines of code changed in:
* test/socket/test_unix.rb: test_seqpacket_pair removed.
[ruby-dev:28846]
5 lines of code changed in:
* eval.c (when_check): arbitrary values are allowed after splats.
fixed: [ruby-dev:28879]
8 lines of code changed in:
* parse.y (primary): remove meaningless else-only case statement
syntax.
5 lines of code changed in:
* eval.c (rb_eval): problem to handle else part. [ruby-dev:28873]
4 lines of code changed in:
* eval.c (rb_eval): support splat in when expression list.
[ruby-dev:28822]
* eval.c (when_check): a new auxiliary function for case match.
* eval.c (when_cond): ditto.
64 lines of code changed in:
2006-06-28
3 lines of code changed in:
* object.c (rb_cstr_to_dbl): should not skip '_' at the beginning
of a string. [ruby-dev:28830]
* bignum.c (rb_cstr_to_inum): ditto.
10 lines of code changed in:
* string.c: RDoc update for =~ method. a patch from Alex Young
<alex at blackkettle.org>. [ruby-core:08068]
* io.c (pipe_open): backout unnecessary fix on 2006-06-26.
[ruby-dev:28865]
* eval.c (rb_yield_0): exact argument number check now done only
for lambda Proc.
* eval.c (rb_yield_0): add check for number of arguments, if
there's one lambda block parameter.
51 lines of code changed in:
* io.c (pipe_open): backout unnecessary fix on 2006-06-26.
[ruby-dev:28865]
* eval.c (rb_yield_0): exact argument number check now done only
for lambda Proc.
* eval.c (rb_yield_0): add check for number of arguments, if
there's one lambda block parameter.
11 lines of code changed in:
* ext/tk/tcltklib.c: forgot to update TCLTKLIB_RELEASE_DATE.
* ext/tk/lib/tk.rb (tk_tcl2ruby): [bug fix] somtimes fail to convert
a tcl string to a ruby object if the tcl string includes "\n".
14 lines of code changed in:
* win32/win32.h: define isascii on MinGW for msvcrt compatibility.
* configure.in: set ac_cv_header_sys_time_h=no on MinGW
for msvcrt compatibility.
10 lines of code changed in:
* ext/etc/etc.c (setup_passwd, setup_group): allow bignum uid, gid and
so on. [ruby-talk:199102]
25 lines of code changed in:
* eval.c (rb_yield_0): avoid core dump. [ruby-dev:28840]
8 lines of code changed in:
Add --system, --site, --home and --gems to limit ri search path.
Allow --doc-dir to be specified mulitple times.
124 lines of code changed in:
* ext/socket/socket.c (bsock_recv_nonblock): new method
BasicSocket#recv_nonblock.
(udp_recvfrom_nonblock): renamed from ip_recvfrom_nonblock.
IPSocket#recvfrom_nonblock is moved to UDPSocket#recvfrom_nonblock.
(unix_recvfrom_nonblock): removed.
UNIXSocket#recvfrom_nonblock is removed.
141 lines of code changed in:
* 2006-06-27
3 lines of code changed in:
* ext/ripper/eventids2.c (token_assoc): added tCHAR, which is not
under 256 now. fixed: [ruby-dev:28832]
6 lines of code changed in:
revert sock_sysaccept addition to [ruby-dev:28861].
21 lines of code changed in:
* eval.c (call_trace_func): no check for argument number of the
callback. fixed: [ruby-dev:28812]
6 lines of code changed in:
* ext/socket/socket.c (sock_accept): revert to avoid ambiguity of
argument evaluation order. [ruby-dev:28861]
* ext/socket/socket.c (sock_accept_nonblock): ditto.
* io.c (pipe_open): avoid closing uninitialized file descriptors.
a patch from <tommy at tmtm.org> [ruby-dev:28600]
* parse.y: replace terminal token names with more descriptive
name, i.e. kEND to keyword_end. [ruby-list:42477]
475 lines of code changed in:
* ext/tk/tcltklib.c (ip_delete): fix SEGV when a slave-ip is deleted
on callback.
5 lines of code changed in:
* Makefile.in, mkconfig.rb: catch-up for latest autoconf.
20 lines of code changed in:
add extconf.h.
2 lines of code changed in:
ML ref: [ruby-dev:28843]
0 lines of code changed in:
add ML ref.
1 lines of code changed in:
* parse.y (paren_args): wrap $2 by escape_Qundef because it may be
Qundef.
6 lines of code changed in:
support some kind of method of word. [ruby-Bugs#3237]
57 lines of code changed in:
avoid Argument Error.
4 lines of code changed in:
change test class name.
1 lines of code changed in:
* 2006-06-25
3 lines of code changed in:
add message for an assertion.
1 lines of code changed in:
refine previous description.
2 lines of code changed in:
* eval.c (rb_eval): use rb_ary_new2 instead of rb_ary_new4 to avoid
GC problem.
(rb_yield_values): use rb_ary_new2 instead of rb_ary_new4.
* array.c (rb_ary_new4): don't set len as n. make it safe with GC.
[ruby-dev:28826]
16 lines of code changed in:
* 2006-06-24
3 lines of code changed in:
add extconf.h to .cvsignore.
26 lines of code changed in:
* ruby.h, lib/drb/drb.rb, lib/drb/invokemethod.rb: remove Values class.
[ruby-dev:28805]
7 lines of code changed in:
* ChangeLog: fixed typo.
1 lines of code changed in:
* eval.c (rb_block_pass): removed.
* eval.c (rb_thread_start_1): use rb_proc_yield() instead of
rb_block_pass(). fixed: [ruby-dev:28794]
10 lines of code changed in:
* 2006-06-23
3 lines of code changed in:
* lib/net/http.rb (Net::HTTPResponse): duplicated error 501;
HTTPInternalServerError should be error 500. [ruby-core:08037]
6 lines of code changed in:
* variable.c (rb_mod_name): returns nil for anonymous modules.
[ruby-talk:198440]
7 lines of code changed in:
* 2006-06-22
3 lines of code changed in:
* string.c (rb_str_aref): "abc"[3] should not return an empty
string but nil. [ruby-dev:28786]
11 lines of code changed in:
* ext/socket/socket.c (sock_s_socketpair): try GC only once.
[ruby-dev:28778]
14 lines of code changed in:
fixed an issue about mathn.
7 lines of code changed in:
* ext/socket/getaddrinfo.c (freeaddrinfo, get_name): fixed typo.
* ext/tk/tcltklib.c (tcl_eval, tcl_global_eva): ditto.
* ext/zlib/zlib.c (rscheck): constified.
12 lines of code changed in:
* lib/pp.rb (PP::PPMethods::seplist): should have preserved
original reference to the array. [ruby-dev:28747]
8 lines of code changed in:
* parse.y (block_param): do not use multiple assignment for a sole
block parameter. [ruby-dev:28710]
* eval.c (rb_yield_0): pass a raw yielded value to a sole block
parameter if a value is passed by yield.
* eval.c (proc_invoke): args may not be an array.
* eval.c (rb_proc_yield): pass original value without wrapping
it in an array.
60 lines of code changed in:
use fork to isolate rlimit effect.
12 lines of code changed in:
* parse.y (method_call): remove (fn)(args) style lambda
invocation, add fn.(args) instead.
34 lines of code changed in:
* eval.c, file.c, etc.: code-cleanup patch from Stefan Huehner
<stefan at huehner.org>. [ruby-core:08029]
254 lines of code changed in:
* 2006-06-21
3 lines of code changed in:
* parse.y (reswords): modifier token is no longer returned in fname
state. fixed: [ruby-dev:28775]
6 lines of code changed in:
* ext/extmk.rb (parse_args): provisional catch-up for the recent changes.
* lib/optparse.rb (OptionParser::List#summarize, OptionParser#order!): ditto.
16 lines of code changed in:
* eval.c (proc_invoke): intercept break and return from lambda
Proc objects. [ruby-dev:28742]
* eval.c (proc_invoke): remove unnecessary YIELD_PROC_CALL flag.
* eval.c (YIELD_EXACT_ARGS): renamed from YIELD_LAMBDA_CALL, which
is no longer related to the behavior turned on by this flag.
* eval.c (return_jump): no need to care about PROT_YIELD.
* eval.c (break_jump): no jump to toplevel PROT_TREAD tag.
* eval.c (rb_yield_0): fix confusion between lambda (which is a
property of a proc) and pcall (which depends on whether it's
called via yield or call).
* eval.c (rb_thread_yield): no need to specify YIELD_LAMBDA_CALL.
* eval.c (rb_block_pass): update blkid in prot_tag.
82 lines of code changed in:
* 2006-06-20
3 lines of code changed in:
RDoc from Hugh Sasse [ruby-core:8012]
3 lines of code changed in:
Mon Jun 19 23:40:59 2006 NARUSE, Yui <naruse@ruby-lang.org>
* ext/nkf/lib/kconv.rb: remove default -m0 and fix document.
* ext/nkf/nkf-8/{nkf.c, config.h, utf8tbl.c, utf8tbl.h}:
imported nkf 2.0.7.
7 lines of code changed in:
* kconv.rb: remove default -m0 and fix document.
35 lines of code changed in:
* ext/nkf/nkf-utf8/nkf.c: imported nkf 2.0.7
* Fix: fallback in CP51932
* ANSI C
* Fix bug arround MIME encode NL
731 lines of code changed in:
should not test when win32ole is not available.
18 lines of code changed in:
* sample/test.rb (proc_return3): return within non lambda block
should terminate surrounding method. [ruby-dev:28741]
15 lines of code changed in:
* ext/socket/socket.c (unix_sysaccept): typo fixed.
* ext/socket/socket.c (sock_connect): remove an unused local
variable tmpaddr.
9 lines of code changed in:
* ext/socket/socket.c (tcp_accept_nonblock): forgot to remove
abandoned hacks. [ruby-dev:28740]
13 lines of code changed in:
* 2006-06-19
3 lines of code changed in:
* ext/tk/lib/multi-tk.rb: fix bug: initialize improper tables
7 lines of code changed in:
* 2006-06-18
3 lines of code changed in:
support PROPERTYPUTREF. [ruby-talk:183042]
74 lines of code changed in:
Add Test::Unit::Assertions.
1 lines of code changed in:
* eval.c (Init_eval): add aliases invoke_method and
invoke_functional_method corresponding send and funcall
respectively. [ruby-talk:197512]
* parse.y (parser_yylex): returns the most typical keyword token
on EXPR_FNAME. [ruby-core:7995]
* ext/socket/socket.c: protoize.
* parse.y (then): remove ':' from 'then' and 'do' rules.
* hash.c (env_aset): raise TypeError on nil with more descriptive
message. [ruby-core:07990]
363 lines of code changed in:
* lib/pathname.rb (Kernel#Pathname): new method.
54 lines of code changed in:
* lib/pp.rb (Kernel#pretty_inspect): defined for pretty printed
string.
14 lines of code changed in:
* 2006-06-17
3 lines of code changed in:
* parse.y (reswords): kDO_BLOCK was missing. fixed: [ruby-core:7995]
5 lines of code changed in:
* 2006-06-16
3 lines of code changed in:
* eval.c (rb_proc_arity): get rid of segfault for mere splat.
* gc.c (gc_mark_children): NODE_BLOCK_PASS needs u3 to be marked.
8 lines of code changed in:
add RLIMIT_NOFILE test
20 lines of code changed in:
give dummy argument for Process.getrlimit and rescue TypeError.
2 lines of code changed in:
Define Process.getrlimit and Process.setrlimit even if
getrlimit and setrlimit are not exist.
0 lines of code changed in:
new file.
13 lines of code changed in:
* 2006-06-15
3 lines of code changed in:
Documentation typo.
5 lines of code changed in:
Don't merge ri files if is nil/empty
4 lines of code changed in:
Don't print warnings when -q is set.
15 lines of code changed in:
* 2006-06-14
3 lines of code changed in:
* eval.c (rb_f_method_name, rb_f_callee_name): document typo.
6 lines of code changed in:
* ChangeLog: removed garbage.
0 lines of code changed in:
* 2006-06-13
3 lines of code changed in:
* ext/socket/socket.c (Init_socket): remove obsolete constants:
IPsocket, TCPsocket, SOCKSsocket, TCPserver, UDPsocket,
UNIXsocket, UNIXserver.
* eval.c (formal_assign): post splat arguments should have had
higher priority than optional arguments, since they are
mandatory. [ruby-dev:28715]
* eval.c (VIS_MASK): broken. should be 15. [ruby-dev:28715]
* io.c (argf_getc): should return one-character string.
[ruby-dev:28715]
* io.c (rb_io_readchar): ditto.
34 lines of code changed in:
* lib/optparse.rb (OptionParser::Arguable#getopts): pass self to the
parser.
5 lines of code changed in:
* object.c (sym_call): disallow to call private methods.
8 lines of code changed in:
* win32/win32.h (write): not need to define on bcc.
* ChangeLog: fixed typo :)
5 lines of code changed in:
commit miss again
1 lines of code changed in:
* lib/optparse.rb (OptionParser#getopts): new methods.
55 lines of code changed in:
* lib/rdoc/ri/ri_writer.rb: use String#ord.
6 lines of code changed in:
commit miss
1 lines of code changed in:
* object.c (sym_to_proc): imported Symbol#to_proc from ActiveSupprot.
31 lines of code changed in:
* 2006-06-11
3 lines of code changed in:
* ext/bigdecimal/lib/bigdecimal/newton.rb (Newton::nlsolve): typo
fixed: raize -> raise. [ruby-talk:196608]
* string.c (rb_str_ord): new method.
* parse.y (rbracket): allow optional newline before closing
brackets.
47 lines of code changed in: