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
...
*
* encoding.c (Init_Encoding): registered rb_encoding differs from
nobu
2007-12-30
2
-1
/
+6
*
* parse.y (program): clear input strings after all process.
nobu
2007-12-30
2
-6
/
+16
*
* enc/depend: replace spaces by tab
naruse
2007-12-30
1
-1
/
+1
*
* configure.in: rm largefile.h.
naruse
2007-12-30
5
-11
/
+21
*
* encoding.c (Init_encoding): register Windows-31J and its alias.
usa
2007-12-29
3
-1
/
+12
*
* lib/mkmf.rb (depend_rules): need to convert `/' to `\' for windows
usa
2007-12-29
2
-0
/
+9
*
use EWOULDBLOCK as an example in document.
akr
2007-12-29
1
-6
/
+6
*
* 2007-12-30
usa
2007-12-29
1
-3
/
+3
*
use timeout for thread join to avoid hang.
akr
2007-12-29
1
-1
/
+4
*
* enc/Makefile.in (DLDFLAGS): like as extensions. [ruby-core:14567]
nobu
2007-12-29
2
-3
/
+9
*
comment modified.
akr
2007-12-29
1
-1
/
+1
*
* io.c (io_fflush): don't retry when wbuf modified by other threads.
akr
2007-12-29
2
-8
/
+6
*
* re.c (rb_reg_regsub): returns the given string itself if nothing
nobu
2007-12-29
3
-6
/
+23
*
* common.mk (clean, distclean, realclean): should include clean-enc
nobu
2007-12-29
2
-3
/
+8
*
changelog for previous change.
akr
2007-12-29
1
-0
/
+9
*
add tests.
akr
2007-12-29
2
-0
/
+21
*
* Fix variable name.
gotoyuzo
2007-12-28
1
-5
/
+5
*
* lib/test/unit/assertions.rb (Test::Unit::Assertions#assert_throws):
gotoyuzo
2007-12-28
3
-11
/
+36
*
* io.c (io_unread): fix typo.
usa
2007-12-28
2
-2
/
+5
*
* io.c (io_unread): adhoc workaround for non-binary mode of some DOSish
usa
2007-12-28
3
-3
/
+20
*
unused variable removed.
akr
2007-12-28
1
-1
/
+0
*
add a test.
akr
2007-12-28
1
-0
/
+7
*
* ext/strscan/strscan.c (str_new): new function for allocate an string
akr
2007-12-28
4
-9
/
+31
*
* golf_prelude.rb (Object.say): derived from Perl 5.10.
eban
2007-12-28
2
-0
/
+6
*
* encoding.c (rb_locale_encoding): should check return value from
usa
2007-12-28
4
-35
/
+20
*
* ext/readline/readline.c (readline_readline, readline_s_set_input):
usa
2007-12-28
2
-3
/
+8
*
* encoding.c (rb_locale_encoding): defined.
akr
2007-12-28
3
-0
/
+19
*
* ext/readline/readline.c (readline_readline): set encoding to result.
usa
2007-12-28
2
-1
/
+25
*
Fri Dec 28 01:55:04 2007 Martin Duerst <duerst@it.aoyama.ac.jp>
duerst
2007-12-28
5
-53
/
+154
*
* time.c (make_time_t): verify mktime and timegm result.
akr
2007-12-28
2
-16
/
+17
*
* lib/resolv.rb (Resolv::DNS#each_address): now returns IPv6 address.
naruse
2007-12-28
2
-3
/
+14
*
Move lib/rdoc/dot/dot.rb to lib/rdoc, un-namespace.
drbrain
2007-12-28
4
-274
/
+272
*
Move RDoc markup samples to sample/rdoc/markup directory
drbrain
2007-12-28
3
-6
/
+8
*
Remove test directory
drbrain
2007-12-28
1
-2
/
+0
*
Sort methods in TestSimpleMarkupAttributeManager
drbrain
2007-12-28
1
-22
/
+22
*
Remove garbage ("X=1").
knu
2007-12-28
2
-2
/
+4
*
Move RDoc tests out of lib/
drbrain
2007-12-28
4
-220
/
+221
*
* encoding.c (set_base_encoding, enc_base_encoding): renamed
nobu
2007-12-28
2
-9
/
+14
*
* golf_prelude.rb (Integer#each): use alias simply.
usa
2007-12-28
2
-4
/
+5
*
* golf_prelude.rb (Object.const_missing): No need to delegate to
knu
2007-12-28
2
-2
/
+7
*
* lib/rss/rss.rb, test/rss/test_version.rb: 0.2.2 -> 0.2.3.
kou
2007-12-28
5
-16
/
+37
*
* gc.c (os_obj_of): returns an enumerator if no block given. based on
nobu
2007-12-28
2
-1
/
+7
*
* tool/ytab.sed: skip yydestruct hack unless yymsg exists, for bison
nobu
2007-12-28
2
-1
/
+6
*
* golf_prelude.rb (Object.quine): need to join because SCRIPT_LINES__[]
usa
2007-12-28
2
-1
/
+6
*
* golf_prelude.rb (Object.quine): get the script itself.
usa
2007-12-28
2
-0
/
+10
*
* golf_prelude.rb (Object.const_missing): Auto-complete constants.
knu
2007-12-28
2
-0
/
+10
*
* transcode.c (transcode_dispatch): allows transcoding from/to
nobu
2007-12-27
2
-11
/
+32
*
* golf_prelude.rb (Integer): Integer is now enumerable on goruby.
usa
2007-12-27
2
-0
/
+12
*
* lib/rdoc/rdoc.rb (parse_files): don't depend on the default external
akr
2007-12-27
2
-1
/
+6
*
* cygwin/GNUmakefile.in: commit miss.
nobu
2007-12-27
1
-1
/
+1
[prev]
[next]