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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
* ext/ripper/lib/ripper/tokenizer.rb: new file.
aamine
2004-09-20
2
-0
/
+39
*
* test/ripper/test_scanner_events.rb: test #lineno and #column.
aamine
2004-09-20
2
-19
/
+63
*
* parse.y [ripper]: delayed heredocument events should be dispatched after EOF.
aamine
2004-09-20
2
-4
/
+8
*
* parse.y [ripper]: adjust lineno and columns for multi-line strings.
aamine
2004-09-20
7
-57
/
+107
*
* parse.y [ripper]: remove Ripper#pos.
aamine
2004-09-20
2
-26
/
+8
*
* parse.y [ripper]: unify old_lex_p and token_head.
aamine
2004-09-20
3
-130
/
+87
*
* parse.y [ripper]: adjust line number for heredoc. [ruby-dev:24272]
aamine
2004-09-20
2
-2
/
+22
*
2004-09-20
aamine
2004-09-19
1
-3
/
+3
*
* ext/ripper/ripper.rb.in: new const Ripper::PARSER_EVENT_TABLE.
aamine
2004-09-19
4
-221
/
+260
*
* test/ripper/test_scanner_events.rb: test spaces before heredoc mark.
aamine
2004-09-19
2
-30
/
+27
*
* parse.y [ripper]: spaces before heredoc marker was lost.
aamine
2004-09-19
6
-3
/
+26
*
* ext/zlib/zlib.c (gzfile_read_raw): call readpartial at first.
akr
2004-09-19
4
-13
/
+124
*
* parse.y: add prototypes for Microsoft compiler.
usa
2004-09-17
6
-4
/
+19
*
* array.c (rb_ary_delete): element comparison might change array
matz
2004-09-17
12
-587
/
+569
*
* ext/tk/lib/multi-tk.rb: improve exit operation
nagai
2004-09-17
2
-55
/
+71
*
2004-09-17
eban
2004-09-17
1
-3
/
+3
*
* ext/tcltklib/tcltklib.c: fix SEGV when (thread_)vwait or (thread_)tkwait
nagai
2004-09-17
7
-208
/
+587
*
added 'const char *' to use the type specifier 'S' instead of 'char *'.
ttate
2004-09-16
1
-2
/
+3
*
2004-09-16
eban
2004-09-16
1
-3
/
+3
*
* lib/webrick/cgi.rb (WEBrick::CGI#start): should set REMOTE_USER
gotoyuzo
2004-09-16
3
-1
/
+11
*
2004-09-15
ocean
2004-09-15
1
-3
/
+3
*
* ext/tk/lib/tkoptdb-safeTk.rb: fix a bug depend on the changes of MultiTkIp
nagai
2004-09-15
2
-3
/
+8
*
* ext/tk/lib/multi-tk.rb: MultiTkIp#eval_string was en-bugged by the
nagai
2004-09-14
3
-16
/
+49
*
Add simple formatter to ri
dave
2004-09-14
3
-15
/
+76
*
* parse.y [ripper]: Add rdoc.
aamine
2004-09-14
2
-0
/
+55
*
* parse.y [ripper]: space event is on__sp, not on__lwsp. [ruby-dev:24257]
aamine
2004-09-14
11
-185
/
+157
*
2004-09-14
eban
2004-09-14
1
-3
/
+3
*
* ext/tcltklib/tcltklib.c: fix SEGV
nagai
2004-09-14
6
-116
/
+262
*
* ext/openssl/ossl_x509name.c (ossl_x509name_to_s): add optional
gotoyuzo
2004-09-13
4
-5
/
+232
*
* eval.c (blk_copy_prev): need frame_dup(). [ruby-dev:24103]
eban
2004-09-13
2
-17
/
+22
*
* ext/tk/lib/multi-tk.rb: MultiTkIp.new_master and new_slave accept
nagai
2004-09-13
3
-21
/
+81
*
* win32/win32.c (rb_w32_getpid): don't need to use _getpid() on
usa
2004-09-13
2
-5
/
+6
*
* object.c (nil_inspect): fix typo.
usa
2004-09-13
1
-0
/
+4
*
ChangeLog
usa
2004-09-13
1
-1
/
+1
*
* ext/ripper/depend: (nmake hack) prepend "./" to ripper.c to avoid {$(srcdir)}.
aamine
2004-09-13
2
-2
/
+8
*
* ext/ripper/tools/list-parse-event-ids.rb: does not use getopts.
aamine
2004-09-12
3
-34
/
+26
*
* ext/Setup: add ripper.
aamine
2004-09-12
7
-0
/
+20
*
* ext/ripper: ripper extention added.
aamine
2004-09-12
25
-0
/
+3911
*
* ext/tcltklib/tcltklib.c: improve control of preserv/release tcltkip
nagai
2004-09-12
3
-44
/
+216
*
2004-09-13
eban
2004-09-12
1
-3
/
+3
*
* parse.y: fix file header.
aamine
2004-09-12
2
-3
/
+7
*
* parse.y: ripper merged.
aamine
2004-09-12
4
-113
/
+2714
*
* util.c (ruby_strdup): remove unnecessary code. (xmalloc never
ocean
2004-09-12
2
-2
/
+12
*
2004-09-12
eban
2004-09-12
1
-3
/
+3
*
* ext/tcltklib/tcltklib.c: add TclTkIp#allow_ruby_exit? and allow_ruby_exit=
nagai
2004-09-11
8
-181
/
+1018
*
2004-09-11
eban
2004-09-11
1
-3
/
+3
*
Fix up cross-file class merging
dave
2004-09-11
3
-1
/
+11
*
* ext/tcltklib/tcltklib.c (lib_merge_tklist): fix suspicious
ocean
2004-09-10
2
-1
/
+6
*
* bcc32/Makefile.sub: bccwin32 port starts to use RTL dll.
ocean
2004-09-10
4
-3
/
+15
*
* lib/fileutils.rb (mkdir_p): should pass mode argument to Dir.mkdir. [ruby-d...
aamine
2004-09-10
3
-1
/
+16
[prev]
[next]