1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/missing
matz 759a63b6a3 * parse.y (lambda): Perl6 style -> lambda expression. [NEW]
[VERY EXPERIMENTAL]

* gc.c (id2ref): must not assign pointers to long int.  use
  LONG_LONG instead if SIZEOF_LONG < SIZEOF_VOIDP.
  [ruby-talk:149645]

* ruby.h: use LONG_LONG to simplify the change.
  [ruby-talk:149645]

* dir.c (dir_each): rewinddir(3) before iteration.
  [ruby-talk:149628]

* eval.c (rb_f_throw): replace all '0x%lx' by '%p'.
  [ruby-talk:149553]

* missing/vsnprintf.c (BSD_vfprintf): '%p' need to handle 64bit
  size pointer.  [ruby-talk:149553]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@8847 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2005-07-27 07:27:19 +00:00
..
acosh.c * missing/acosh.c (DBL_MANT_DIG): typo fix(ifdef -> ifndef). 2003-10-18 14:04:18 +00:00
alloca.c
crypt.c * missing/crypt.c: modified to make it compilable on platforms 2005-07-01 06:37:48 +00:00
dup2.c
erf.c * object.c (rb_obj_pattern_match): now returns nil. 2005-07-06 09:47:08 +00:00
file.h
fileblocks.c
finite.c
flock.c
hypot.c
isinf.c * missing/isinf.c (isinf): typo fix. 2003-12-21 10:30:24 +00:00
isnan.c * eval.c (rb_with_disable_interrupt): prohibit thread context 2003-12-20 15:45:15 +00:00
memcmp.c
memmove.c * missing/memmove.c (memmove): take void *, not char *. 2003-11-18 14:34:18 +00:00
os2.c * missing/os2.c, missing/x68.c: typo fix. pointed out by greentea. 2004-02-21 02:12:21 +00:00
strcasecmp.c
strchr.c
strerror.c
strftime.c * missing/strftime.c: HP-UX support. 2003-03-04 09:16:17 +00:00
strncasecmp.c
strstr.c
strtod.c
strtol.c
strtoul.c
vsnprintf.c * parse.y (lambda): Perl6 style -> lambda expression. [NEW] 2005-07-27 07:27:19 +00:00
x68.c * missing/os2.c, missing/x68.c: typo fix. pointed out by greentea. 2004-02-21 02:12:21 +00:00