summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2004-10-19* array.c (rb_ary_times): Array#* should return an instance ofmatz
2004-10-19Commit missed file.. Sorry folksdave
2004-10-19 * ext/win32ole.c(ole_invoke): retrieve the result value whensuke
2004-10-19* io.c (read_all): block string buffer modification duringmatz
2004-10-18* ext/tk/MANIFEST: add lib/tkextlib/tcllib/ico.rb.eban
2004-10-17* ext/tk/lib/tk/timer.rb: TkTimer#start and restart accept a blocknagai
2004-10-17 * ext/win32ole/win32ole.c (fole_func_methods): correct argument mismatch.suke
2004-10-16* ext/tk/lib/tkextlib/tcllib: based on Tcllib 1.7nagai
2004-10-15 .document : entry win32ole.c for rdoc.suke
2004-10-15 .document : entry win32ole.c for rdoc.suke
2004-10-15* ext/openssl/ossl_x509store.cgotoyuzo
2004-10-15* ext/tk/lib/tk/timer.rb: TkTimer.new(interval, loop){ ... } is acceptable.nagai
2004-10-11* ext/tk/lib/tk/*: untabifynagai
2004-10-09* ext/ripper/lib/ripper/filter.rb: require ripper/tokenizer.aamine
2004-10-07* ext/tk/lib/tk/optiondb.rb: make it more securenagai
2004-10-07* ext/tk/lib/tk/scrollbar.rb: When 'set' operation, a scrollbar cannotnagai
2004-10-07* ext/tk/lib/tk.rb: When CHILDKILLED and so on, Tk.errorCode returnsnagai
2004-10-06* ext/stringio/stringio.c: use FMODE_APPEND.nobu
2004-10-06* ext/tk/lib/tk.rb: add Tk.errorInfo and Tk.errorCodenagai
2004-10-04* ext/tk/lib/tk/image.rb: bug fixnagai
2004-10-01* ext/tk/lib/tk/grid.rb: revive TkGrid.gridnagai
2004-09-29* ext/tcltklib/tcltklib.c (ip_init): bug fixnagai
2004-09-29* array.c (rb_ary_delete): comparison may change the capacity.matz
2004-09-24* parse.y (rb_parser_append_print): should handle prelude.matz
2004-09-23* ext/ripper/Makefile.dev: removed.aamine
2004-09-22* parse.y [ripper]: on__scan event removed.aamine
2004-09-21should use 'c' for 'unsigned char ref'.ttate
2004-09-20* ext/ripper/lib/ripper/tokenizer.rb: fix typo.aamine
2004-09-20* test/ripper/test_scanner_events.rb: tokens must be reordered.aamine
2004-09-20* parse.y [ripper]: do not delay dispatching.aamine
2004-09-20* ext/ripper/MANIFEST: add lib/ripper/tokenizer.rb.eban
2004-09-20* ext/ripper/lib/ripper/tokenizer.rb: new file.aamine
2004-09-20* parse.y [ripper]: adjust lineno and columns for multi-line strings.aamine
2004-09-19* ext/ripper/ripper.rb.in: new const Ripper::PARSER_EVENT_TABLE.aamine
2004-09-19* parse.y [ripper]: spaces before heredoc marker was lost.aamine
2004-09-19* ext/zlib/zlib.c (gzfile_read_raw): call readpartial at first.akr
2004-09-17* parse.y: add prototypes for Microsoft compiler.usa
2004-09-17* array.c (rb_ary_delete): element comparison might change arraymatz
2004-09-17* ext/tk/lib/multi-tk.rb: improve exit operationnagai
2004-09-17* ext/tcltklib/tcltklib.c: fix SEGV when (thread_)vwait or (thread_)tkwaitnagai
2004-09-16added 'const char *' to use the type specifier 'S' instead of 'char *'.ttate
2004-09-15* ext/tk/lib/tkoptdb-safeTk.rb: fix a bug depend on the changes of MultiTkIpnagai
2004-09-14* ext/tk/lib/multi-tk.rb: MultiTkIp#eval_string was en-bugged by thenagai
2004-09-14* parse.y [ripper]: space event is on__sp, not on__lwsp. [ruby-dev:24257]aamine
2004-09-14* ext/tcltklib/tcltklib.c: fix SEGVnagai
2004-09-13* ext/openssl/ossl_x509name.c (ossl_x509name_to_s): add optionalgotoyuzo
2004-09-13* ext/tk/lib/multi-tk.rb: MultiTkIp.new_master and new_slave acceptnagai
2004-09-13* ext/ripper/depend: (nmake hack) prepend "./" to ripper.c to avoid {$(srcdir)}.aamine
2004-09-12* ext/ripper/tools/list-parse-event-ids.rb: does not use getopts.aamine
2004-09-12* ext/Setup: add ripper.aamine