aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * ext/ripper/lib/ripper/filter.rb: require ripper/tokenizer.aamine2004-10-091-2/+2
* * ext/tk/lib/tk/optiondb.rb: make it more securenagai2004-10-071-21/+34
* * ext/tk/lib/tk/scrollbar.rb: When 'set' operation, a scrollbar cannotnagai2004-10-071-2/+11
* * ext/tk/lib/tk.rb: When CHILDKILLED and so on, Tk.errorCode returnsnagai2004-10-071-1/+10
* * ext/stringio/stringio.c: use FMODE_APPEND.nobu2004-10-061-5/+4
* * ext/tk/lib/tk.rb: add Tk.errorInfo and Tk.errorCodenagai2004-10-064-2/+18
* * ext/tk/lib/tk/image.rb: bug fixnagai2004-10-045-1/+83
* * ext/tk/lib/tk/grid.rb: revive TkGrid.gridnagai2004-10-013-3/+6
* * ext/tcltklib/tcltklib.c (ip_init): bug fixnagai2004-09-297-10/+122
* * array.c (rb_ary_delete): comparison may change the capacity.matz2004-09-291-0/+2
* * parse.y (rb_parser_append_print): should handle prelude.matz2004-09-241-13/+30
* * ext/ripper/Makefile.dev: removed.aamine2004-09-239-903/+936
* * parse.y [ripper]: on__scan event removed.aamine2004-09-229-279/+306
* should use 'c' for 'unsigned char ref'.ttate2004-09-211-2/+2
* * ext/ripper/lib/ripper/tokenizer.rb: fix typo.aamine2004-09-201-1/+0
* * test/ripper/test_scanner_events.rb: tokens must be reordered.aamine2004-09-201-7/+54
* * parse.y [ripper]: do not delay dispatching.aamine2004-09-201-2/+4
* * ext/ripper/MANIFEST: add lib/ripper/tokenizer.rb.eban2004-09-201-0/+1
* * ext/ripper/lib/ripper/tokenizer.rb: new file.aamine2004-09-201-0/+35
* * parse.y [ripper]: adjust lineno and columns for multi-line strings.aamine2004-09-204-15/+6
* * ext/ripper/ripper.rb.in: new const Ripper::PARSER_EVENT_TABLE.aamine2004-09-193-221/+252
* * parse.y [ripper]: spaces before heredoc marker was lost.aamine2004-09-192-2/+2
* * ext/zlib/zlib.c (gzfile_read_raw): call readpartial at first.akr2004-09-191-8/+114
* * parse.y: add prototypes for Microsoft compiler.usa2004-09-171-1/+1
* * array.c (rb_ary_delete): element comparison might change arraymatz2004-09-172-11/+8
* * ext/tk/lib/multi-tk.rb: improve exit operationnagai2004-09-171-55/+67
* * ext/tcltklib/tcltklib.c: fix SEGV when (thread_)vwait or (thread_)tkwaitnagai2004-09-176-208/+570
* added 'const char *' to use the type specifier 'S' instead of 'char *'.ttate2004-09-161-2/+3
* * ext/tk/lib/tkoptdb-safeTk.rb: fix a bug depend on the changes of MultiTkIpnagai2004-09-151-3/+3
* * ext/tk/lib/multi-tk.rb: MultiTkIp#eval_string was en-bugged by thenagai2004-09-142-16/+44
* * parse.y [ripper]: space event is on__sp, not on__lwsp. [ruby-dev:24257]aamine2004-09-149-183/+121
* * ext/tcltklib/tcltklib.c: fix SEGVnagai2004-09-145-116/+252
* * ext/openssl/ossl_x509name.c (ossl_x509name_to_s): add optionalgotoyuzo2004-09-132-5/+117
* * ext/tk/lib/multi-tk.rb: MultiTkIp.new_master and new_slave acceptnagai2004-09-132-21/+76
* * ext/ripper/depend: (nmake hack) prepend "./" to ripper.c to avoid {$(srcdir)}.aamine2004-09-131-2/+3
* * ext/ripper/tools/list-parse-event-ids.rb: does not use getopts.aamine2004-09-122-34/+20
* * ext/Setup: add ripper.aamine2004-09-126-0/+6
* * ext/ripper: ripper extention added.aamine2004-09-1220-0/+2097
* * ext/tcltklib/tcltklib.c: improve control of preserv/release tcltkipnagai2004-09-122-44/+208
* * ext/tcltklib/tcltklib.c: add TclTkIp#allow_ruby_exit? and allow_ruby_exit=nagai2004-09-117-181/+997
* * ext/tcltklib/tcltklib.c (lib_merge_tklist): fix suspiciousocean2004-09-101-1/+1
* * ext/tcltklib/tcltklib.c (ip_init): change flag value for setting 'argv' and...nagai2004-09-092-2/+36
* * ext/stringio/stringio.c (strio_write): zero fill a gap if exsts.nobu2004-09-081-4/+6
* * ext/tcltklib/tcltklib.c (ip_init): cannot create a IP at level 4nagai2004-09-084-65/+263
* * {bcc32,win32,wince}/Makefile.sub (config.h): add fcntl.usa2004-09-071-7/+42
* * ext/tk/lib/tk/menu.rb(TkOptionMenubutton#insert): call correct methodocean2004-09-061-1/+1
* * ext/tk/lib/tk.rb: Tk.after makes TkCore::INTERP.tk_cmd_tbl grow [ruby-dev:2...nagai2004-09-031-2/+14
* * ext/tcltklib/tcltklib.c: fix typo [ruby-talk:111266]nagai2004-09-027-44/+199
* * ext/extmk.rb (extmake): extact target prefix from Makefiles.nobu2004-09-021-2/+8
* * ext/tk/lib/tk/spinbox.rb: fix typoocean2004-09-011-1/+1