June 2006 Commit Log

Number of Commits:
141
Number of Active Developers:
12
ttate 2006-06-30 19:05

fixed the alignment problems discussed in [ruby-dev:28667].

50 lines of code changed in:

ttate 2006-06-30 19:05

2006-07-01

4 lines of code changed in:

matz 2006-06-30 15:50

* configure.in: should test isinf for Solaris with GCC compiler.

[ruby-core:08100]

8 lines of code changed in:

gotoyuzo 2006-06-30 11:46

* 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:

gotoyuzo 2006-06-30 11:46

2006-06-30

3 lines of code changed in:

matz 2006-06-29 15:57

* gc.c (gc_mark_children): a bug in NODE_BLOCK_PASS marking.

[ruby-dev:28908]

7 lines of code changed in:

matz 2006-06-29 15:05

* 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:

akr 2006-06-29 14:49

* eval.c (SETUP_ARGS0): avoid GC problem.

[ruby-dev:28902]

7 lines of code changed in:

matz 2006-06-29 11:03

* ext/bigdecimal/bigdecimal.c (BigDecimal_version): fix patch

failure.

5 lines of code changed in:

matz 2006-06-29 10:09

* ext/bigdecimal/bigdecimal.c: add RDoc document. a patch from

mathew <meta at pobox.com>. [ruby-core:07050]

705 lines of code changed in:

drbrain 2006-06-28 23:27

Add optparse.rb to .document.

1 lines of code changed in:

drbrain 2006-06-28 22:56

RDoc patch by Robin Stocker <robin@nibor.org>

487 lines of code changed in:

drbrain 2006-06-28 22:55

2006-06-29

3 lines of code changed in:

matz 2006-06-28 15:28

* object.c (rb_cstr_to_dbl): underscores should appear only

between digits. [ruby-dev:28891]

9 lines of code changed in:

akr 2006-06-28 11:07

* test/socket/test_unix.rb: test_seqpacket_pair removed.

[ruby-dev:28846]

5 lines of code changed in:

nobu 2006-06-28 05:51

* eval.c (when_check): arbitrary values are allowed after splats.

fixed: [ruby-dev:28879]

8 lines of code changed in:

matz 2006-06-28 01:23

* parse.y (primary): remove meaningless else-only case statement

syntax.

5 lines of code changed in:

matz 2006-06-28 00:13

* eval.c (rb_eval): problem to handle else part. [ruby-dev:28873]

4 lines of code changed in:

matz 2006-06-27 17:51

* 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:

matz 2006-06-27 17:15

2006-06-28

3 lines of code changed in:

matz 2006-06-27 17:15

* 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:

matz 2006-06-27 15:14

* 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:

matz 2006-06-27 15:02

* 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:

nagai 2006-06-27 14:51

* 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:

eban 2006-06-27 08:21

* 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:

nobu 2006-06-27 03:37

* ext/etc/etc.c (setup_passwd, setup_group): allow bignum uid, gid and

so on. [ruby-talk:199102]

25 lines of code changed in:

akr 2006-06-27 02:48

* eval.c (rb_yield_0): avoid core dump. [ruby-dev:28840]

8 lines of code changed in:

drbrain 2006-06-26 19:10

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:

akr 2006-06-26 17:39

* 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:

eban 2006-06-26 17:05

* 2006-06-27

3 lines of code changed in:

nobu 2006-06-26 16:52

* ext/ripper/eventids2.c (token_assoc): added tCHAR, which is not

under 256 now. fixed: [ruby-dev:28832]

6 lines of code changed in:

akr 2006-06-26 16:09

revert sock_sysaccept addition to [ruby-dev:28861].

21 lines of code changed in:

nobu 2006-06-26 15:43

* eval.c (call_trace_func): no check for argument number of the

callback. fixed: [ruby-dev:28812]

6 lines of code changed in:

matz 2006-06-26 15:15

* 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:

nagai 2006-06-26 10:41

* ext/tk/tcltklib.c (ip_delete): fix SEGV when a slave-ip is deleted

on callback.

5 lines of code changed in:

nobu 2006-06-25 15:03

* Makefile.in, mkconfig.rb: catch-up for latest autoconf.

20 lines of code changed in:

akr 2006-06-25 10:42

add extconf.h.

2 lines of code changed in:

akr 2006-06-25 10:19

ML ref: [ruby-dev:28843]

0 lines of code changed in:

akr 2006-06-25 09:47

add ML ref.

1 lines of code changed in:

akr 2006-06-25 09:45

* parse.y (paren_args): wrap $2 by escape_Qundef because it may be

Qundef.

6 lines of code changed in:

suke 2006-06-25 09:21

support some kind of method of word. [ruby-Bugs#3237]

57 lines of code changed in:

suke 2006-06-25 09:16

avoid Argument Error.

4 lines of code changed in:

suke 2006-06-25 09:15

change test class name.

1 lines of code changed in:

eban 2006-06-24 17:31

* 2006-06-25

3 lines of code changed in:

akr 2006-06-24 16:38

add message for an assertion.

1 lines of code changed in:

akr 2006-06-24 15:58

refine previous description.

2 lines of code changed in:

akr 2006-06-24 15:52

* 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:

eban 2006-06-24 04:42

* 2006-06-24

3 lines of code changed in:

akr 2006-06-24 02:15

add extconf.h to .cvsignore.

26 lines of code changed in:

akr 2006-06-23 15:39

* ruby.h, lib/drb/drb.rb, lib/drb/invokemethod.rb: remove Values class.

[ruby-dev:28805]

7 lines of code changed in:

nobu 2006-06-23 14:03

* ChangeLog: fixed typo.

1 lines of code changed in:

nobu 2006-06-23 09:28

* 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:

eban 2006-06-23 03:01

* 2006-06-23

3 lines of code changed in:

matz 2006-06-23 02:52

* lib/net/http.rb (Net::HTTPResponse): duplicated error 501;

HTTPInternalServerError should be error 500. [ruby-core:08037]

6 lines of code changed in:

matz 2006-06-22 03:49

* variable.c (rb_mod_name): returns nil for anonymous modules.

[ruby-talk:198440]

7 lines of code changed in:

eban 2006-06-22 02:41

* 2006-06-22

3 lines of code changed in:

matz 2006-06-22 02:39

* string.c (rb_str_aref): "abc"[3] should not return an empty

string but nil. [ruby-dev:28786]

11 lines of code changed in:

akr 2006-06-21 21:19

* ext/socket/socket.c (sock_s_socketpair): try GC only once.

[ruby-dev:28778]

14 lines of code changed in:

tadf 2006-06-21 13:23

fixed an issue about mathn.

7 lines of code changed in:

usa 2006-06-21 09:32

* 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:

matz 2006-06-21 09:20

* lib/pp.rb (PP::PPMethods::seplist): should have preserved

original reference to the array. [ruby-dev:28747]

8 lines of code changed in:

matz 2006-06-21 09:08

* 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:

akr 2006-06-21 08:08

use fork to isolate rlimit effect.

12 lines of code changed in:

matz 2006-06-21 06:13

* parse.y (method_call): remove (fn)(args) style lambda

invocation, add fn.(args) instead.

34 lines of code changed in:

matz 2006-06-20 19:02

* eval.c, file.c, etc.: code-cleanup patch from Stefan Huehner

<stefan at huehner.org>. [ruby-core:08029]

254 lines of code changed in:

eban 2006-06-20 17:46

* 2006-06-21

3 lines of code changed in:

nobu 2006-06-20 17:40

* parse.y (reswords): modifier token is no longer returned in fname

state. fixed: [ruby-dev:28775]

6 lines of code changed in:

nobu 2006-06-20 15:28

* 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:

matz 2006-06-20 07:09

* 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:

eban 2006-06-20 03:34

* 2006-06-20

3 lines of code changed in:

drbrain 2006-06-19 23:07

RDoc from Hugh Sasse [ruby-core:8012]

3 lines of code changed in:

naruse 2006-06-19 15:44

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:

naruse 2006-06-19 15:40

* kconv.rb: remove default -m0 and fix document.

35 lines of code changed in:

naruse 2006-06-19 15:25

* 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:

suke 2006-06-19 12:00

should not test when win32ole is not available.

18 lines of code changed in:

matz 2006-06-19 09:19

* sample/test.rb (proc_return3): return within non lambda block

should terminate surrounding method. [ruby-dev:28741]

15 lines of code changed in:

matz 2006-06-19 08:14

* 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:

matz 2006-06-19 05:10

* ext/socket/socket.c (tcp_accept_nonblock): forgot to remove

abandoned hacks. [ruby-dev:28740]

13 lines of code changed in:

eban 2006-06-18 16:07

* 2006-06-19

3 lines of code changed in:

nagai 2006-06-18 16:05

* ext/tk/lib/multi-tk.rb: fix bug: initialize improper tables

7 lines of code changed in:

usa 2006-06-18 14:59

* 2006-06-18

3 lines of code changed in:

suke 2006-06-18 12:34

support PROPERTYPUTREF. [ruby-talk:183042]

74 lines of code changed in:

drbrain 2006-06-18 04:04

Add Test::Unit::Assertions.

1 lines of code changed in:

matz 2006-06-17 15:50

* 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:

akr 2006-06-17 06:59

* lib/pathname.rb (Kernel#Pathname): new method.

54 lines of code changed in:

akr 2006-06-16 18:05

* lib/pp.rb (Kernel#pretty_inspect): defined for pretty printed

string.

14 lines of code changed in:

eban 2006-06-16 16:31

* 2006-06-17

3 lines of code changed in:

nobu 2006-06-16 16:24

* parse.y (reswords): kDO_BLOCK was missing. fixed: [ruby-core:7995]

5 lines of code changed in:

eban 2006-06-15 17:43

* 2006-06-16

3 lines of code changed in:

nobu 2006-06-15 17:41

* 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:

akr 2006-06-15 09:29

add RLIMIT_NOFILE test

20 lines of code changed in:

akr 2006-06-15 08:07

give dummy argument for Process.getrlimit and rescue TypeError.

2 lines of code changed in:

akr 2006-06-15 07:43

Define Process.getrlimit and Process.setrlimit even if

getrlimit and setrlimit are not exist.

0 lines of code changed in:

akr 2006-06-15 04:39

new file.

13 lines of code changed in:

eban 2006-06-15 02:49

* 2006-06-15

3 lines of code changed in:

drbrain 2006-06-15 02:15

Documentation typo.

5 lines of code changed in:

drbrain 2006-06-14 23:24

Don't merge ri files if is nil/empty

4 lines of code changed in:

drbrain 2006-06-14 23:09

Don't print warnings when -q is set.

15 lines of code changed in:

usa 2006-06-14 08:13

* 2006-06-14

3 lines of code changed in:

usa 2006-06-14 08:13

* eval.c (rb_f_method_name, rb_f_callee_name): document typo.

6 lines of code changed in:

nobu 2006-06-13 14:04

* ChangeLog: removed garbage.

0 lines of code changed in:

usa 2006-06-13 12:52

* 2006-06-13

3 lines of code changed in:

matz 2006-06-13 12:31

* 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:

nobu 2006-06-11 15:21

* lib/optparse.rb (OptionParser::Arguable#getopts): pass self to the

parser.

5 lines of code changed in:

nobu 2006-06-11 15:16

* object.c (sym_call): disallow to call private methods.

8 lines of code changed in:

usa 2006-06-11 02:00

* win32/win32.h (write): not need to define on bcc.



* ChangeLog: fixed typo :)

5 lines of code changed in:

nobu 2006-06-11 00:55

commit miss again

1 lines of code changed in:

nobu 2006-06-11 00:31

* lib/optparse.rb (OptionParser#getopts): new methods.

55 lines of code changed in:

usa 2006-06-10 23:28

* lib/rdoc/ri/ri_writer.rb: use String#ord.

6 lines of code changed in:

nobu 2006-06-10 20:40

commit miss

1 lines of code changed in:

nobu 2006-06-10 20:38

* object.c (sym_to_proc): imported Symbol#to_proc from ActiveSupprot.

31 lines of code changed in:

eban 2006-06-10 17:31

* 2006-06-11

3 lines of code changed in:

matz 2006-06-10 17:09

* 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: