1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext
akr 0c9a719d77 * internal.h (INTEGER_PACK_NEGATIVE): Defined.
(rb_integer_unpack): sign argument removed.

* bignum.c (rb_integer_unpack): sign argument removed.
  Non-negative integers generated by default.
  INTEGER_PACK_NEGATIVE flag is used to generate non-positive integers.

* pack.c (pack_unpack): Follow the above change.

* random.c (int_pair_to_real_inclusive): Ditto.
  (make_seed_value): Ditto.
  (mt_state): Ditto.
  (limited_big_rand): Ditto.

* marshal.c (r_object0): Ditto.



git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41239 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2013-06-11 21:39:55 +00:00
..
-test- * internal.h (INTEGER_PACK_NEGATIVE): Defined. 2013-06-11 21:39:55 +00:00
bigdecimal * ext/bigdecimal/lib/bigdecimal/util.rb (Float#to_d): fix the number 2013-06-04 06:37:44 +00:00
continuation
coverage * include/ruby/ruby.h: constify RBasic::klass and add 2013-05-13 10:49:11 +00:00
curses fix typos. Patch by k_takata. 2013-05-19 03:10:21 +00:00
date * ext/date/date_core.c: fixed coding error [ruby-core:55337]. 2013-06-06 10:33:48 +00:00
dbm Add a comment. 2013-05-23 13:49:10 +00:00
digest * ext/digest/lib/digest.rb (Digest::Class.file): Take optional 2013-05-21 12:41:34 +00:00
dl fix typos. Patch by k_takata. 2013-05-19 03:10:21 +00:00
etc * file.c, ext/etc/etc.c, ext/socket/unixsocket.c, 2013-05-09 12:12:17 +00:00
fcntl * lib/mkmf.rb: Add ruby/ruby.h, ruby/missing.h, ruby/intern.h, 2013-04-13 00:46:29 +00:00
fiber
fiddle * ext/fiddle/fiddle.c: fix typo in fiddle doc [Bug #8412] 2013-05-24 12:27:12 +00:00
gdbm * ext/socket/option.c: Document synonymous methods, by windwiny [GH-277] 2013-04-16 03:25:50 +00:00
io io/console: rdoc 2013-05-24 06:54:25 +00:00
json * ext/json/fbuffer/fbuffer.h (fbuffer_append_str): change the place of 2013-06-07 04:45:16 +00:00
mathn
nkf * remove trailing spaces. 2013-04-29 08:06:06 +00:00
objspace * ext/objspace/object_tracing.c: rename allocation_info to 2013-06-06 05:18:40 +00:00
openssl * ext/openssl/ossl_ssl.c: Add missing paren in rdoc [Fix GH-321] 2013-05-31 07:02:11 +00:00
pathname fix typos. Patch by k_takata. 2013-05-19 03:10:21 +00:00
psych fix typos. Patch by k_takata. 2013-05-19 03:10:21 +00:00
pty * ext/pty/pty.c (get_device_once): FreeBSD 10-current and 9-stable 2013-05-25 12:34:50 +00:00
racc/cparse * ext/racc/cparse/cparse.c: use rb_ary_entry() and 2013-06-10 20:06:53 +00:00
readline fix typos. Patch by k_takata. 2013-05-19 03:10:21 +00:00
ripper * lib/mkmf.rb (MakeMakefile#create_makefile): remove {$(VPATH)} other 2013-04-13 18:00:25 +00:00
sdbm fix typos. Patch by k_takata. 2013-05-19 03:10:21 +00:00
socket * ext/socket/raddrinfo.c (nogvl_getaddrinfo): Fix indent. 2013-06-10 12:51:48 +00:00
stringio rename generic io modules 2013-05-24 06:54:17 +00:00
strscan Remove unused variable 2013-05-25 11:37:35 +00:00
syslog * lib/mkmf.rb: Add ruby/ruby.h, ruby/missing.h, ruby/intern.h, 2013-04-13 00:46:29 +00:00
tk suppress warnings 2013-05-27 16:48:15 +00:00
win32ole * ext/socket/option.c: Document synonymous methods, by windwiny [GH-277] 2013-04-16 03:25:50 +00:00
zlib zlib.c: check EOF 2013-05-31 23:00:48 +00:00
.document * ext/.document: Add missing ext modules to .document 2012-12-19 16:04:11 +00:00
extmk.rb extmk.rb: untouch makefiles 2013-05-28 02:30:13 +00:00
Setup * ext/syck: removed. Fixes [ruby-core:43360] 2012-08-22 17:43:16 +00:00
Setup.atheos * ext/syck: removed. Fixes [ruby-core:43360] 2012-08-22 17:43:16 +00:00
Setup.emx configure.in: find Setup file automatically 2013-02-25 04:12:45 +00:00
Setup.nacl * ext/syck: removed. Fixes [ruby-core:43360] 2012-08-22 17:43:16 +00:00
Setup.nt * ext/Setup.nt: this file has not been used by default. 2013-02-25 15:54:00 +00:00