index
:
ruby.git
master
ruby_1_8_6_287
ruby_1_8_6_369
ruby_1_8_6_383
ruby_1_8_6_383-fedora
ruby_1_9_1_243
ruby_1_9_1_376
ruby_1_9_1_376-epel
ruby_1_9_1_376-fedora
Ruby GIT repository
Jeroen van Meeuwen
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ChangeLog
Commit message (
Expand
)
Author
Age
Files
Lines
*
* parse.y [ripper]: adjust line number for heredoc. [ruby-dev:24272]
aamine
2004-09-20
1
-1
/
+6
*
* ext/ripper/ripper.rb.in: new const Ripper::PARSER_EVENT_TABLE.
aamine
2004-09-19
1
-0
/
+8
*
* test/ripper/test_scanner_events.rb: test spaces before heredoc mark.
aamine
2004-09-19
1
-0
/
+5
*
* parse.y [ripper]: spaces before heredoc marker was lost.
aamine
2004-09-19
1
-0
/
+13
*
* ext/zlib/zlib.c (gzfile_read_raw): call readpartial at first.
akr
2004-09-19
1
-0
/
+5
*
* parse.y: add prototypes for Microsoft compiler.
usa
2004-09-17
1
-0
/
+9
*
* array.c (rb_ary_delete): element comparison might change array
matz
2004-09-17
1
-0
/
+25
*
* ext/tk/lib/multi-tk.rb: improve exit operation
nagai
2004-09-17
1
-0
/
+4
*
* ext/tcltklib/tcltklib.c: fix SEGV when (thread_)vwait or (thread_)tkwait
nagai
2004-09-17
1
-0
/
+17
*
* lib/webrick/cgi.rb (WEBrick::CGI#start): should set REMOTE_USER
gotoyuzo
2004-09-16
1
-0
/
+9
*
* ext/tk/lib/tkoptdb-safeTk.rb: fix a bug depend on the changes of MultiTkIp
nagai
2004-09-15
1
-0
/
+5
*
* ext/tk/lib/multi-tk.rb: MultiTkIp#eval_string was en-bugged by the
nagai
2004-09-14
1
-0
/
+5
*
Add simple formatter to ri
dave
2004-09-14
1
-0
/
+6
*
* parse.y [ripper]: Add rdoc.
aamine
2004-09-14
1
-0
/
+4
*
* parse.y [ripper]: space event is on__sp, not on__lwsp. [ruby-dev:24257]
aamine
2004-09-14
1
-0
/
+34
*
* ext/tcltklib/tcltklib.c: fix SEGV
nagai
2004-09-14
1
-0
/
+10
*
* ext/openssl/ossl_x509name.c (ossl_x509name_to_s): add optional
gotoyuzo
2004-09-13
1
-0
/
+16
*
* eval.c (blk_copy_prev): need frame_dup(). [ruby-dev:24103]
eban
2004-09-13
1
-0
/
+4
*
* ext/tk/lib/multi-tk.rb: MultiTkIp.new_master and new_slave accept
nagai
2004-09-13
1
-0
/
+5
*
* win32/win32.c (rb_w32_getpid): don't need to use _getpid() on
usa
2004-09-13
1
-0
/
+5
*
* object.c (nil_inspect): fix typo.
usa
2004-09-13
1
-0
/
+4
*
* ext/ripper/depend: (nmake hack) prepend "./" to ripper.c to avoid {$(srcdir)}.
aamine
2004-09-13
1
-0
/
+5
*
* ext/ripper/tools/list-parse-event-ids.rb: does not use getopts.
aamine
2004-09-12
1
-0
/
+6
*
* ext/Setup: add ripper.
aamine
2004-09-12
1
-0
/
+14
*
* ext/ripper: ripper extention added.
aamine
2004-09-12
1
-0
/
+52
*
* ext/tcltklib/tcltklib.c: improve control of preserv/release tcltkip
nagai
2004-09-12
1
-0
/
+8
*
* parse.y: fix file header.
aamine
2004-09-12
1
-0
/
+4
*
* parse.y: ripper merged.
aamine
2004-09-12
1
-0
/
+8
*
* util.c (ruby_strdup): remove unnecessary code. (xmalloc never
ocean
2004-09-12
1
-0
/
+7
*
* ext/tcltklib/tcltklib.c: add TclTkIp#allow_ruby_exit? and allow_ruby_exit=
nagai
2004-09-11
1
-0
/
+21
*
Fix up cross-file class merging
dave
2004-09-11
1
-0
/
+4
*
* ext/tcltklib/tcltklib.c (lib_merge_tklist): fix suspicious
ocean
2004-09-10
1
-0
/
+5
*
* bcc32/Makefile.sub: bccwin32 port starts to use RTL dll.
ocean
2004-09-10
1
-0
/
+7
*
* lib/fileutils.rb (mkdir_p): should pass mode argument to Dir.mkdir. [ruby-d...
aamine
2004-09-10
1
-0
/
+7
*
James Buck's patch for call-seq
dave
2004-09-09
1
-0
/
+5
*
* ext/tcltklib/tcltklib.c (ip_init): change flag value for setting 'argv' and...
nagai
2004-09-09
1
-0
/
+7
*
Allow spaces around parameter to define_method_under
dave
2004-09-09
1
-0
/
+5
*
* ext/stringio/stringio.c (strio_write): zero fill a gap if exsts.
nobu
2004-09-08
1
-3
/
+8
*
* ext/tcltklib/tcltklib.c (ip_init): cannot create a IP at level 4
nagai
2004-09-08
1
-0
/
+14
*
* {bcc32,win32,wince}/Makefile.sub (config.h): add fcntl.
usa
2004-09-07
1
-0
/
+11
*
* ext/tk/lib/tk/menu.rb(TkOptionMenubutton#insert): call correct method
ocean
2004-09-06
1
-0
/
+4
*
* eval.c (cvar_cbase): singletons should refer outer cvar scope.
matz
2004-09-06
1
-0
/
+8
*
* eval.c (cvar_cbase): class variables cause SEGV in
matz
2004-09-03
1
-0
/
+5
*
* struct.c (make_struct): remove redefining constant when
matz
2004-09-03
1
-0
/
+5
*
* ext/tk/lib/tk.rb: Tk.after makes TkCore::INTERP.tk_cmd_tbl grow [ruby-dev:2...
nagai
2004-09-03
1
-0
/
+5
*
* ext/tcltklib/tcltklib.c: fix typo [ruby-talk:111266]
nagai
2004-09-02
1
-0
/
+8
*
* ext/extmk.rb (extmake): extact target prefix from Makefiles.
nobu
2004-09-02
1
-0
/
+7
*
* ext/tk/lib/tk/spinbox.rb: fix typo
ocean
2004-09-01
1
-0
/
+4
*
* process.c (rb_proc_exec): label cannot precede variable declarations.
nobu
2004-09-01
1
-0
/
+4
*
* ext/tk/tkutil.c (cbsubst_init): fix memory leak
ocean
2004-08-31
1
-0
/
+6
[next]