summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * ext/tk/lib/tk/canvas.rb (TkCanvasItemConfig::__item_val2ruby_optkeys):matz2005-10-241-1/+19
* * ext/tcltklib/extconf.rb: improbe messages [ruby-core:06325].nagai2005-10-221-0/+24
* * ext/extmk.rb, lib/mkmf.rb (with_config): support --with-extensionnobu2005-10-221-0/+5
* * time.c (rb_strftime): removed meaningless volatile modifiers, andnobu2005-10-221-1/+4
* * object.c (sym_inspect), parse.y (parser_yylex, rb_symname_p): checknobu2005-10-221-0/+7
* * rubysig.h (CHECK_INTS): fixed typo. (I believe bit-or is improper)ocean2005-10-211-0/+4
* * time.c: should use LONG_LONG instead of `long long'.ocean2005-10-211-0/+2
* * bignum.c (bignew_1): convertion from `int' to `char' discardsocean2005-10-211-0/+8
* * lib/mkmf.rb (create_makefile): Borland make seems not to allowocean2005-10-201-0/+6
* * lib/mkmf.rb (create_makefile): get rid of a restrictionnobu2005-10-191-0/+5
* * rubysig.h (CHECK_INTS): fix typo.usa2005-10-191-0/+4
* * ChangeLog: wrong log.nobu2005-10-191-2/+2
* * lib/mkmf.rb (create_makefile): do not unnecessary empty directories.nobu2005-10-191-0/+5
* * rubysig.h (CHECK_INTS): prevent signal handler to run duringmatz2005-10-191-0/+16
* * parse.y (rb_gc_mark_parser): get rid of segfault with old yacc.nobu2005-10-191-0/+5
* * file.c (rb_file_join): elements may contain null pointer strings.nobu2005-10-181-0/+5
* * eval.c, gc.c, time.c: made internal symbols static. [ruby-dev:27435]nobu2005-10-181-0/+4
* * regex.c (re_compile_pattern): numeric literal inside character classnobu2005-10-181-0/+5
* * parse.y (parser_heap): byacc never free parser stack.nobu2005-10-171-0/+5
* * file.c (chmod_internal, lchmod_internal): fixed type of 2nd argument.usa2005-10-171-0/+4
* * ext/extmk.rb: omit non-existing directories.nobu2005-10-161-0/+4
* check remote hash tupleseki2005-10-161-0/+7
* typo fixed, again. thanks, Doug Kearns.seki2005-10-151-0/+4
* * win32/win32.c (ioctl): should set errno.usa2005-10-141-0/+4
* * lib/webrick/config.rb (Config::FileHandler): :UserDir should be nil.gotoyuzo2005-10-141-0/+6
* * io.c, pack.c, ext/syck/rubyext.c, ext/syck/syck.h, missing/isinf.c:nobu2005-10-131-1/+4
* * parse.y (HEAPCNT): bison allocates indivisible size.nobu2005-10-131-0/+5
* * ext/openssl/ossl.c (Init_openssl): should call OpenSSL_add_ssl_algorithms().gotoyuzo2005-10-121-0/+5
* * file.c (rb_f_test): typo in RDoc comments.eban2005-10-121-0/+4
* * eval.c (rb_obj_respond_to): check if obj responds to the givennobu2005-10-111-0/+7
* * eval.c (Init_Binding): add Binding#dup method. [yarv-dev:666]nobu2005-10-081-1/+3
* * 2005-10-08nobu2005-10-081-1/+0
* * ext/iconv/charset_alias.rb: parse config.charset_alias file directly.nobu2005-10-081-1/+3
* * parse.y (rb_parser_malloc, rb_parser_free): manage parser stack onnobu2005-10-081-0/+5
* * lib/cgi.rb (CGI::Cookie::parse): Cookies from Nokia devices maymatz2005-10-071-0/+11
* * ext/strscan/strscan.c (strscan_free): remove useless code. [ruby-dev:26368]...aamine2005-10-061-0/+6
* * lib/xmlrpc/server.rb (XMLRPC::Server#initialize): should mount thegotoyuzo2005-10-041-0/+5
* * lib/xmlrpc/server.rb (XMLRPC::Server#serve): delete wrong callgotoyuzo2005-10-041-0/+5
* * ext/dl/dl.c (rb_io_to_ptr): abolish sizeof(FILE).akr2005-09-291-0/+5
* * evalc. (rb_f_send): underscores need to be escaped.nobu2005-09-281-0/+5
* * eval.c (ev_const_get), variable.c (rb_const_get_0): retry only whennobu2005-09-281-0/+8
* * class.c (rb_mod_init_copy, rb_class_init_copy), file.c (rb_stat_init_copy),nobu2005-09-281-1/+6
* * file.c (apply2files): add prototype.nobu2005-09-281-1/+7
* * lib/delegate.rb: document update from James Edward Gray IImatz2005-09-281-0/+5
* * lib/webrick/cgi.rb (WEBrick::CGI#start): req.query_string shouldgotoyuzo2005-09-281-0/+8
* * ext/tcltklib/tcltklib.c: cannot compile with Tcl/Tk8.0.xnagai2005-09-281-0/+5
* * io.c (read_buffered_data): check if reached EOF. fixed: [ruby-dev:27334]nobu2005-09-271-0/+4
* * lib/yaml/basenode.rb (YAML::BaseNode::match_segment): fix typo.nobu2005-09-271-0/+9
* * rubysig.h: fixed build problem with --enable-pthread on platformsusa2005-09-271-0/+5
* * eval.c (set_trace_func): add rb_secure(4) to prevent addingmatz2005-09-261-0/+10