summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2012-05-02* lib/test/unit.rb (Test::Unit::RequireFiles#non_options): expandnobu
2012-05-02* cont.c (rb_fiber_m_transfer): improve sample code in Fiber#transfernagachika
2012-05-02* parse.y (parser_yylex): allow spaces between lambda arrow andnobu
2012-05-02* cont.c: Improved Fiber documentation.[ruby-core:44540][Bug #6343]ayumin
2012-05-02* README, README.ja: reformatted using rdoc markup. based on thenobu
2012-05-02fix my email address.kouji
2012-05-02* ext/readline/readline.c (Readline.special_prefixes=)kouji
2012-05-01fix typokazu
2012-05-01* ext/readline/readline.c (Readline.pre_input_hook)kouji
2012-05-01* common.mk: "$(Q)-..." doesn't work on nmake.ko1
2012-05-01* common.mk: replace '@' prefix to '$(Q)' to control buildko1
2012-05-01* ext/openssl/deprecation.rb (OpenSSL.check_func): check if header isnobu
2012-05-01* test/ruby/test_settracefunc.rb: ignore traces from another threadsusa
2012-04-30* ext/digest/sha2/sha2.c (REVERSE32): exlicitly cast since unsignednobu
2012-04-30* ext/digest/*/extconf.rb: use pkg_config to use same library withnobu
2012-04-30* configure.in (optflags): disable unsafe optimizations.nobu
2012-04-30* lib/fileutils.rb (copy_metadata): use File.lchown and File.lchmod toakr
2012-04-30* test/ruby/test_continuation.rb (tracing_with_set_trace_func): don'tnagachika
2012-04-30* configure.in (optflags): disable unsafe optimizations.nobu
2012-04-30* ext/zlib/extconf.rb: detect z_crc_t type which will be definedakr
2012-04-30* ext/openssl/lib/openssl/ssl.rb: add hostname to "hostname does notayumin
2012-04-29* ext/psych/lib/psych/json/yaml_events.rb: implicit styles should nottenderlove
2012-04-28* parse.y (assoc, parser_yylex): add syntax to splat keyword hash.nobu
2012-04-28* vm_core.h (rb_thread_t#yielding): add a field.ko1
2012-04-27* ext/dl/cfunc.c (rb_dlcfunc_call): should convert a Bignum value tousa
2012-04-27* test/readline/test_readline.rb (setup): avoid affected by user'snobu
2012-04-26* thread.c (rb_threadptr_execute_interrupts_common):naruse
2012-04-26* ext/socket/socket.c (sock_s_pack_sockaddr_un): support the longestakr
2012-04-26fix typoskazu
2012-04-26* ext/socket/raddrinfo.c (init_unix_addrinfo): support the longestakr
2012-04-25* test/optparse/test_summary.rb (test_summary_containing_space): addnagachika
2012-04-25* ChangeLog: fix a typo.nagachika
2012-04-25* ext/socket/raddrinfo.c (init_unix_addrinfo): refine error messageakr
2012-04-24* lib/optparse.rb (OptionParser#to_a): split for each lines.nobu
2012-04-24* ext/socket/raddrinfo.c (init_unix_addrinfo): show actual path lengthakr
2012-04-24* lib/net/smtp.rb (check_continue): raise an error with an explanatorymame
2012-04-24* lib/optparse.rb (OptionParser#to_a): should split by end-of-line,naruse
2012-04-24* enc/euc_jp.c: added EUC-JP-2004 and its alias EUC-JISX0213.usa
2012-04-24* compile.c: fix to output warning when the same literalsko1
2012-04-24* win32/win32.c (waitpid): need to check the return value ofusa
2012-04-24* parse.y (parser_yylex): EXPR_BEG by keywords is a start point ofnobu
2012-04-24* lib/optparse.rb (OptionParser#to_a): should split by end-of-linenobu
2012-04-24* lib/optparse.rb (OptionParser#to_a): String#to_a is no longernobu
2012-04-24* hash.c, object.c, struct.c, lib/ostruct.rb: add to_h methods.nobu
2012-04-24* test/drb/drbtest.rb ({DRbCore,DRbAry}#teardown}: cannot pass SIGTERMusa
2012-04-23* thread.c (rb_check_deadlock): refine an error message of deadlockmame
2012-04-23* parse.y (primary): remove wrong "fixpos" that caused incorrectmame
2012-04-23* ext/iconv: deprecated. [Feature #6322]nobu
2012-04-23* test/socket/test_unix.rb (bound_unix_socket): make temporaryakr
2012-04-23* win32/win32.c (szInternalCmds, internal_match, internal_cmd_match):usa