aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* 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
* * ext/tk/tkutil.c (cbsubst_init): fix memory leakocean2004-08-311-2/+1
* * ext/tcltklib/tcltklib.c (ip_delete): when a tcltkip is deleted, destroy its...nagai2004-08-311-0/+1
* * ext/tcltklib/tcltklib.c (del_root): fix SEGVnagai2004-08-311-1/+6
* * ext/tk/lib/multi-tk.rb: 'restart' method accepts argumentsnagai2004-08-301-6/+19
* * ext/tcltklib/tcltklib.c: compile error on bcc32 [ruby-dev:24081]nagai2004-08-292-2/+4
* * ext/stringio/stringio.c (Init_stringio): add StringIO#readpartial asakr2004-08-271-0/+1
* * ext/openssl/ossl_x509attr.c (ossl_x509attr_initialize): d2igotoyuzo2004-08-233-6/+7
* * ext/openssl/ossl_ssl.c (ossl_ssl_read):gotoyuzo2004-08-222-23/+27
* * ext/tcltklib/extconf.rb (find_tcl, find_tk): find stub library.nobu2004-08-201-5/+17
* * ext/zlib/zlib.c: GzipReader#ungetc caused crc error.katsu2004-08-201-17/+20
* * ext/tk/lib/tk.rb: Fail to treat a hash value of 'font' option.nagai2004-08-192-2/+5
* * ext/tcltklib/stubs.c (ruby_tcltk_stubs): need to calleban2004-08-181-2/+9
* * ext/syck/token.c: re2c no longer compiled with bit vectors. causedwhy2004-08-133-1973/+3821