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
*
Add ruby-dl.
ttate
2002-04-02
1
-0
/
+7
*
Add ruby-dl
ttate
2002-04-02
30
-0
/
+5872
*
2002-04-02
nobu
2002-04-02
1
-2
/
+2
*
* Makefile.in (CPPFLAGS): remove @includedir@.
matz
2002-04-02
5
-9
/
+18
*
* ext/socket/socket.c (sock_addrinfo): should clear addrinfo hints.
eban
2002-04-02
2
-0
/
+5
*
mkmf.rb: files[0,1] == "." -> files[0,2] == "./"
ttate
2002-04-01
1
-1
/
+1
*
lib/mkmf.rb: install any files using $INSTALLFILES. (from [ruby-dev:16683])
ttate
2002-04-01
2
-50
/
+92
*
* io.c (rb_io_fptr_cleanup): need flush even when io will not be
matz
2002-04-01
5
-5
/
+23
*
2002-04-01
nobu
2002-04-01
1
-2
/
+2
*
* ext/sdbm/init.c (each_pair): moved prototype before the
nobu
2002-04-01
3
-5
/
+10
*
* re.c (match_setter): it's OK to assign nil to $~.
matz
2002-04-01
4
-15
/
+41
*
* ext/racc/cparse/cparse.c: prototype; call_scaniter().
usa
2002-04-01
4
-0
/
+20
*
* io.c (io_fflush): DRY patch from /Christoph applied.
matz
2002-03-29
2
-22
/
+20
*
Changed the regexp again to simplify code. See also [ruby-dev:16682].
nahi
2002-03-29
1
-8
/
+3
*
* lib/mkmf.rb (create_makefile): default FLAGS to empty strings.
nobu
2002-03-29
2
-3
/
+7
*
2002-03-29
nobu
2002-03-29
1
-2
/
+2
*
* lib/mkmf.rb (arg_config): should use Shellwords::shellwords like
nobu
2002-03-29
2
-17
/
+49
*
* win32/README.win32: follow recent changes.
usa
2002-03-29
2
-4
/
+9
*
Changed regexp for parsing break command '.*?+' to '.+'.
nahi
2002-03-29
1
-1
/
+1
*
* win32/Makefile.sub (config.status): reflect user defined $CC in
usa
2002-03-28
2
-1
/
+6
*
* ext/socket/socket.c (sock_addrinfo): should specify socktype
matz
2002-03-28
3
-29
/
+51
*
* ext/strscan/strscan.c: add taint check.
aamine
2002-03-28
2
-121
/
+180
*
* io.c (READ_DATA_PENDING): configure.in has supported for uClibc,
eban
2002-03-27
2
-4
/
+5
*
typo
nobu
2002-03-27
1
-1
/
+1
*
* io.c (rb_io_sysseek): new method based on a patch from Aristarkh
matz
2002-03-27
5
-13
/
+50
*
change log update only.
aamine
2002-03-26
1
-0
/
+2
*
* lib/net/http.rb: HTTP.get accepts URI.
aamine
2002-03-26
3
-191
/
+292
*
* doc/net/protocol.rd.ja, smtp.rd.ja, pop.rd.ja: removed.
aamine
2002-03-26
4
-953
/
+6
*
* ext/extmk.rb.in (arg_config): should use Shellwords::shellwords.
eban
2002-03-26
2
-2
/
+4
*
* configure.in (FILE_READPTR): check bufread instead of bufend for uClibc.
eban
2002-03-26
2
-1
/
+6
*
.cvsignore: add autom4te*.cache.
eban
2002-03-26
1
-0
/
+1
*
* parse.y (primary): while/until statement modifiers to "begin"
matz
2002-03-26
5
-84
/
+186
*
* win32/mkexports.rb: support VC++.NET.
usa
2002-03-26
2
-1
/
+5
*
* ext/bigfloat/bigfloat.c: Fix the initializer's function name
knu
2002-03-26
2
-21
/
+8
*
* bignum.c (rb_quad_pack): get rid of escape sequences.
eban
2002-03-26
2
-2
/
+2
*
lib/fileutils.rb added
aamine
2002-03-26
1
-0
/
+1
*
* lib/fileutils.rb: new file.
aamine
2002-03-26
4
-2
/
+811
*
* lib/pp.rb (pp): return nil like p.
akr
2002-03-25
3
-2
/
+10
*
* ext/bigfloat/extconf.rb: Downcase the module name. (BigFloat.so
knu
2002-03-25
3
-2
/
+65
*
* configure.in (FILE_READPTR): check _p for 4.4BSD.
akr
2002-03-25
2
-0
/
+5
*
* configure.in (FILE_READPTR): new. for IO#gets improvement.
nobu
2002-03-25
3
-161
/
+239
*
* ext/extmk.rb.in (arg_config): get rid of single quotes for autoconf 2.53.
eban
2002-03-25
2
-0
/
+6
*
* regex.c (mbc_startpos_func): VC6 seems to be unable to
nobu
2002-03-25
3
-12
/
+16
*
* dir.c (rb_push_glob): local variable 'maxnest' was
nobu
2002-03-25
2
-1
/
+6
*
2002-03-25
eban
2002-03-25
1
-2
/
+2
*
* ext/socket/socket.c (bsock_do_not_rev_lookup_set): should not be
matz
2002-03-25
6
-124
/
+119
*
* dln.c (dln_argv0): unused unless USE_DLN_A_OUT.
nobu
2002-03-25
2
-2
/
+6
*
* regex.c (mbc_startpos_func): shoud be static.
nobu
2002-03-25
2
-2
/
+6
*
D'oh! Convert CR+LF to LF.
knu
2002-03-23
0
-0
/
+0
*
* util.c (push_element): avoid warning for djgpp.
eban
2002-03-23
2
-1
/
+6
[next]