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:

usa 2006-06-10 07:17

* commit miss.

19 lines of code changed in:

usa 2006-06-10 07:15

* eval.c (rb_f_method_name, rb_f_callee_name): new functions.

new global method `__method__' and `__callee__'.

56 lines of code changed in:

usa 2006-06-10 02:20

* lib/getoptlong.rb (GetoptLong#set_options): recieve arguments

as Array.



* lib/irb/slex.rb: use Proc#yield.



* lib/rdoc/markup/simple_markup/inline.rb: follow the new behavior

of String#[].



* lib/rdoc/ri/ri_write.rb: ditto.

32 lines of code changed in:

nobu 2006-06-10 00:18

* math.c (log2): may be a macro.



* parse.y (args, block_param, f_args): pass f_post_arg to #params.



* util.c (powersOf10): constified.



* ext/readline/readline.c: include extconf.h first.



* ext/ripper/eventids2.c: removed tLAMBDA_ARG.



* ext/tk/tcltklib.c (lib_fromUTF8_core): removed conflict.



* ext/tk/tkutil/tkutil.c (cbsubst_get_subst_arg): rb_id2name() is

defined as const now.



* ext/win32ole/win32ole.c (fole_missing): ditto.



* lib/mkmf.rb (create_makefile): force to create extconf header.



* lib/optparse.rb (order!): use Proc#yield.

68 lines of code changed in:

usa 2006-06-09 22:56

* eval.c (CALLARGS): remove last semicolon. C90 compiler doesn't

allow any lines (even if they're empty) within variable

declaretions.

7 lines of code changed in:

usa 2006-06-09 22:40

* 2006-06-10

3 lines of code changed in:

matz 2006-06-09 22:20

* sprintf.c (rb_str_format): allow %c to print one character

string (e.g. ?x).



* lib/tempfile.rb (Tempfile::make_tmpname): put dot between

basename and pid. [ruby-talk:196272]

* parse.y (do_block): remove -> style block.



* parse.y (parser_yylex): remove tLAMBDA_ARG.



* eval.c (rb_call0): binding for the return event hook should have

consistent scope. [ruby-core:07928]



* eval.c (proc_invoke): return behavior should depend whether it

is surrounded by a lambda or a mere block.



* eval.c (formal_assign): handles post splat arguments.



* eval.c (rb_call0): ditto.



* st.c (strhash): use FNV-1a hash.



* parse.y (parser_yylex): removed experimental ';;' terminator.



* eval.c (rb_node_arity): should be aware of post splat arguments.



* eval.c (rb_proc_arity): ditto.



* parse.y (f_args): syntax rule enhanced to support arguments

after the splat.



* parse.y (block_param): ditto for block parameters.



* parse.y (f_post_arg): mandatory formal arguments after the splat

argument.



* parse.y (new_args_gen): generate nodes for mandatory formal

arguments after the splat argument.



* eval.c (rb_eval): dispatch mandatory formal arguments after the

splat argument.



* parse.y (args): allow more than one splat in the argument list.



* parse.y (method_call): allow aref [] to accept all kind of

method argument, including assocs, splat, and block argument.



* eval.c (SETUP_ARGS0): prepare block argument as well.



* lib/mathn.rb (Integer): remove Integer#gcd2. [ruby-core:07931]



* eval.c (error_line): print receivers true/false/nil specially.



* eval.c (rb_proc_yield): handles parameters in yield semantics.



* eval.c (nil_yield): gives LocalJumpError to denote no block

error.



* io.c (rb_io_getc): now takes one-character string.



* string.c (rb_str_hash): use FNV-1a hash from Fowler/Noll/Vo

hashing algorithm.



* string.c (rb_str_aref): str[0] now returns 1 character string,

instead of a fixnum. [Ruby2]



* parse.y (parser_yylex): ?c now returns 1 character string,

instead of a fixnum. [Ruby2]



* string.c (rb_str_aset): no longer support fixnum insertion.



* eval.c (umethod_bind): should not update original class.

[ruby-dev:28636]



* eval.c (ev_const_get): should support constant access from

within instance_eval(). [ruby-dev:28327]



* time.c (time_timeval): should round for usec floating

number. [ruby-core:07896]



* time.c (time_add): ditto.



* dir.c (sys_warning): should not call a vararg function

rb_sys_warning() indirectly. [ruby-core:07886]



* numeric.c (flo_divmod): the first element of Float#divmod should

be an integer. [ruby-dev:28589]



* test/ruby/test_float.rb: add tests for divmod, div, modulo and remainder.



* re.c (rb_reg_initialize): should not allow modifying literal

regexps. frozen check moved from rb_reg_initialize_m as well.



* re.c (rb_reg_initialize): should not modify untainted objects in

safe levels higher than 3.



* re.c (rb_memcmp): type change from char* to const void*.



* dir.c (dir_close): should not close untainted dir stream.



* dir.c (GetDIR): add tainted/frozen check for each dir operation.



* lib/rdoc/parsers/parse_rb.rb (RDoc::RubyParser::parse_symbol_arg):

typo fixed. a patch from Florian Gross <florg at florg.net>.



* eval.c (EXEC_EVENT_HOOK): trace_func may remove itself from

event_hooks. no guarantee for arbitrary hook deletion.

[ruby-dev:28632]



* util.c (ruby_strtod): differ addition to minimize error.

[ruby-dev:28619]



* util.c (ruby_strtod): should not raise ERANGE when the input

string does not have any digits. [ruby-dev:28629]



* eval.c (proc_invoke): should restore old ruby_frame->block.

thanks to ts <decoux at moulon.inra.fr>. [ruby-core:07833]

also fix [ruby-dev:28614] as well.



* signal.c (trap): sig should be less then NSIG. Coverity found

this bug. a patch from Kevin Tew <tewk at tewk.com>.

[ruby-core:07823]



* math.c (math_log2): add new method inspired by

[ruby-talk:191237].



* math.c (math_log): add optional base argument to Math::log().

[ruby-talk:191308]



* ext/syck/emitter.c (syck_scan_scalar): avoid accessing

uninitialized array element. a patch from Pat Eyler

<rubypate at gmail.com>. [ruby-core:07809]



* array.c (rb_ary_fill): initialize local variables first. a

patch from Pat Eyler <rubypate at gmail.com>. [ruby-core:07810]



* ext/syck/yaml2byte.c (syck_yaml2byte_handler): need to free

type_tag. a patch from Pat Eyler <rubypate at gmail.com>.

[ruby-core:07808]



* ext/socket/socket.c (make_hostent_internal): accept ai_family

check from Sam Roberts <sroberts at uniserve.com>.

[ruby-core:07691]



* util.c (ruby_strtod): should not cut off 18 digits for no

reason. [ruby-core:07796]



* array.c (rb_ary_fill): internalize local variable "beg" to

pacify Coverity. [ruby-core:07770]



* pack.c (pack_unpack): now supports CRLF newlines. a patch from

<tommy at tmtm.org>. [ruby-dev:28601]



* applied code clean-up patch from Stefan Huehner

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



* lib/jcode.rb (String::tr_s): should have translated non

squeezing character sequence (i.e. a character) as well. thanks

to Hiroshi Ichikawa <gimite at gimite.ddo.jp> [ruby-list:42090]



* ext/socket/socket.c: document update patch from Sam Roberts

<sroberts at uniserve.com>. [ruby-core:07701]



* lib/mathn.rb (Integer): need not to remove gcd2. a patch from

NARUSE, Yui <naruse at airemix.com>. [ruby-dev:28570]



* parse.y (arg): too much NEW_LIST()



* eval.c (SETUP_ARGS0): remove unnecessary access to nd_alen.



* eval.c (rb_eval): use ARGSCAT for NODE_OP_ASGN1.

[ruby-dev:28585]



* parse.y (arg): use NODE_ARGSCAT for placeholder.



* lib/getoptlong.rb (GetoptLong::get): RDoc update patch from

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



* variable.c (rb_const_set): raise error when no target klass is

supplied. [ruby-dev:28582]



* prec.c (prec_prec_f): documentation patch from

<gerardo.santana at gmail.com>. [ruby-core:07689]



* bignum.c (rb_big_pow): second operand may be too big even if

it's a Fixnum. [ruby-talk:187984]



* README.EXT: update symbol description. [ruby-talk:188104]



* COPYING: explicitly note GPLv2. [ruby-talk:187922]



* parse.y: remove some obsolete syntax rules (unparenthesized

method calls in argument list).



* eval.c (rb_call0): insecure calling should be checked for non

NODE_SCOPE method invocations too.



* eval.c (rb_alias): should preserve the current safe level as

well as method definition.



* process.c (rb_f_sleep): remove RDoc description about SIGALRM

which is not valid on the current implementation. [ruby-dev:28464]



Thu Mar 23 21:40:47 2006 K.Kosako <sndgk393 AT ybb.ne.jp>



* eval.c (method_missing): should support argument splat in

super. a bug in combination of super, splat and

method_missing. [ruby-talk:185438]



* configure.in: Solaris SunPro compiler -rapth patch from

<kuwa at labs.fujitsu.com>. [ruby-dev:28443]



* configure.in: remove enable_rpath=no for Solaris.

[ruby-dev:28440]



* ext/win32ole/win32ole.c (ole_val2olevariantdata): change behavior

of converting OLE Variant object with VT_ARRAY|VT_UI1 and Ruby

String object.



* ruby.1: a clarification patch from David Lutterkort

<dlutter at redhat.com>. [ruby-core:7508]



* lib/rdoc/ri/ri_paths.rb (RI::Paths): adding paths from rubygems

directories. a patch from Eric Hodel <drbrain at segment7.net>.

[ruby-core:07423]



* eval.c (rb_clear_cache_by_class): clearing wrong cache.



* ext/extmk.rb: use :remove_destination to install extension libraries

to avoid SEGV. [ruby-dev:28417]



* eval.c (rb_thread_fd_writable): should not re-schedule output

from KILLED thread (must be error printing).



* array.c (rb_ary_flatten_bang): allow specifying recursion

level. [ruby-talk:182170]



* array.c (rb_ary_flatten): ditto.



* gc.c (add_heap): a heap_slots may overflow. a patch from Stefan

Weil <weil at mail.berlios.de>.



* eval.c (rb_call): use separate cache for fcall/vcall

invocation.



* eval.c (rb_eval): NODE_FCALL, NODE_VCALL can call local

functions.



* eval.c (rb_mod_local): a new method to specify newly added

visibility "local".



* eval.c (search_method): search for local methods which are

visible only from the current class.



* class.c (rb_class_local_methods): a method to list local methods.



* object.c (Init_Object): add BasicObject class as a top level

BlankSlate class.



* ruby.h (SYM2ID): should not cast to signed long.

[ruby-core:07414]



* class.c (rb_include_module): allow module duplication.

2659 lines of code changed in:

usa 2006-06-08 06:02

* 2006-06-08

3 lines of code changed in:

usa 2006-06-08 06:01

* win32/win32.[ch] (rb_w32_read, rb_w32_write): new functions.

use recv() and send() when fd is socket. fixed: [ruby-dev:28694]

33 lines of code changed in:

akr 2006-06-07 11:57

getsockname returns "" on MacOS X

6 lines of code changed in:

usa 2006-06-07 07:44

* test/socket/{test_nonblock.rb, test_socket.rb}: Windows support.

14 lines of code changed in:

usa 2006-06-07 06:53

* win32/win32.c (errmap): add some winsock errors.

11 lines of code changed in:

usa 2006-06-07 06:52

* 2006-06-07

3 lines of code changed in:

akr 2006-06-05 10:16

* ext/socket/socket.c (sock_s_unpack_sockaddr_in): reject

non-AF_INET/AF_INET6 sockaddr.

(sock_s_unpack_sockaddr_un): reject non-AF_UNIX sockaddr.

[ruby-dev:28691]

33 lines of code changed in:

eban 2006-06-04 13:20

* 2006-06-04

3 lines of code changed in:

akr 2006-06-04 13:15

fix tests.

6 lines of code changed in:

akr 2006-06-04 12:49

add ML ref.

1 lines of code changed in:

akr 2006-06-04 12:45

* ext/socket/socket.c: fix sockaddr_un handling.

175 lines of code changed in:

akr 2006-06-02 13:06

update doc.

52 lines of code changed in:

gotoyuzo 2006-06-02 11:03

* ext/openssl/extconf.rb: use create_header.



* ext/openssl/ossl.h, ext/openssl/openssl_missing.h:

include RUBY_EXTCONF_H.

15 lines of code changed in:

nobu 2006-06-02 09:16

* lib/mkmf.rb (CLEANINGS): remove extconf.h by distclean if created.

6 lines of code changed in:

akr 2006-06-01 18:04

fix a comment.

6 lines of code changed in:

eban 2006-06-01 16:44

* 2006-06-02

3 lines of code changed in:

akr 2006-06-01 16:33

* ext/socket/socket.c (s_recvfrom): alen may be zero with UNIXSocket

too. (tested on NetBSD 3.0)

(s_recvfrom_nonblock): extracted from sock_recvfrom_nonblock.

(sock_recvfrom_nonblock): use s_recvfrom_nonblock.

(ip_recvfrom_nonblock): new method: IPSocket#recvfrom_nonblock

(unix_recvfrom_nonblock): new method: UNIXSocket#recvfrom_nonblock

(s_accept_nonblock): extracted from sock_accept_nonblock.

(sock_accept_nonblock): use s_accept_nonblock.

(tcp_accept_nonblock): new method: TCPServer#accept_nonblock

(unix_accept_nonblock): new method: UNIXServer#accept_nonblock

465 lines of code changed in:

nobu 2006-06-01 11:13

* win32/win32.c (rb_w32_cmdvector): backslashes inside single-quotes

no longer has special meanings. fixed: [ruby-list:42311]

7 lines of code changed in:

usa 2006-06-01 08:18

* win32/win32.c (rb_w32_getcwd): runtime's getcwd() will not success

if the length of the cwd is longer than MAX_PATH.

fixed [ruby-list:42335]

36 lines of code changed in:

usa 2006-06-01 03:35

* 2006-06-01

4 lines of code changed in:

usa 2006-06-01 03:34

* win32/win32.c (rb_w32_getcwd): set errno if not set.

fixed [ruby-list:42346]

12 lines of code changed in:

May 2006 »

Generated by StatSVN 0.3.2-SNAPSHOT