summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* * include/ruby/ruby.h (STR2CSTR): removed.akr2009-01-311-5/+0
* * revert previous revision. it's already out-of-date.usa2009-01-221-1/+0
* * include/ruby/win32.h, win32/win32.c (rb_w32_is_valid_fd): new functionusa2009-01-221-0/+1
* * include/ruby/io.h (typedef struct rb_io_t):nobu2009-01-211-0/+1
* * include/ruby/defines.h (RUBY_ALIAS_FUNCTION_TYPE): added.nobu2009-01-191-3/+3
* * include/ruby/defines.h (RUBY_ALIAS_FUNCTION2): added.nobu2009-01-191-2/+10
* * include/ruby/ruby.h (VALUE): use unsigned long or long longnobu2009-01-161-3/+6
* * include/ruby/ruby.h (PRI_PTRDIFF_PREFIX): must define as string.usa2009-01-161-1/+1
* * configure.in (RUBY_REPLACE_TYPE): does not define rb_ prefixednobu2009-01-161-3/+26
* * include/ruby/intern.h, thread.c, win32/Makefile.sub (rb_fdset_t,usa2009-01-131-0/+18
* * win32/win32.c (internal_cmd_match): extracted fromnobu2009-01-121-2/+0
* * include/ruby/missing.h, sprintf.c: get rid of a warning of VC++.usa2009-01-021-0/+6
* * pack.c (pack_pack): template f should not accept non floatmatz2008-12-291-0/+1
* * io.c (fptr_finalize): close the IO object even if finish_writeconv orakr2008-12-261-0/+3
* * process.c (rb_fork): propagete an error message from child to parent.akr2008-12-231-4/+4
* * include/ruby/st.h: need to include defines.h because LONG_LONG isusa2008-12-231-0/+1
* * configure.in (mingw): no longer uses snprintf and vsnprintf ofnobu2008-12-222-6/+5
* * io.c (rb_io_extract_encoding_option): "internal_encoding: nil"matz2008-12-191-0/+1
* * include/ruby/st.h (size_t): needs stddef.h or stdlib.h.nobu2008-12-111-0/+13
* * id.h, include/ruby/{intern,oniguruma}.h, regenc.h, regparse.h,nobu2008-12-092-3/+3
* * load.c (rb_get_load_path): returns the load path withoutnobu2008-12-041-0/+1
* move the previous comment.akr2008-12-021-26/+0
* add comment for select behavior on file descriptors over FD_SETSIZE.akr2008-12-021-0/+26
* * include/ruby/intern.h (rb_{external,locale}_str_new_cstr): optimizednobu2008-11-111-0/+12
* * load.c (rb_require_safe): destroys barrier after successfullynobu2008-11-111-0/+1
* * ext/curses/curses.c: curses encoding should obey locale.matz2008-11-071-0/+1
* * include/ruby/io.h (rb_io_t): added write_lock to serialize.nobu2008-11-071-0/+2
* * include/ruby/intern.h (rb_mutex_synchronize): fixed prototype.nobu2008-11-031-1/+1
* * missing.h: needs RUBY_EXTERN instead of extern for mswin.nobu2008-11-031-29/+33
* * string.c (rb_external_str_new_with_enc): no implicit strlen call.matz2008-10-221-0/+2
* * include/ruby/vm.h: write a comment.ko12008-10-211-4/+9
* * ext/zlib/zlib.c: remove obsolete prototype macros.matz2008-10-211-0/+1
* * io.c, include/ruby/intern.h (rb_io_ascii8bit_binmode): externed.shugo2008-10-211-0/+1
* * include/ruby/ruby.h (ExportStringValue): new macro to convertmatz2008-10-202-1/+8
* * string.c (rb_locale_str_new): new function to convert stringmatz2008-10-201-0/+1
* * string.c (rb_external_str_new): a new function to convert frommatz2008-10-182-0/+3
* * io.c (rb_getc, rb_io_fread, rb_io_fwrite, rb_read_pending):mame2008-10-161-5/+0
* * io.c (Init_IO): $FILENAME and $* must be read-only. [ruby-dev:36698]nobu2008-10-141-0/+20
* * include/ruby.h: updated macros for headers. [ruby-core:19275]nobu2008-10-101-2/+1
* * include/ruby/ruby.h: embeds the elements of an array into itsyugui2008-10-091-8/+25
* * encoding.c (rb_default_internal_encoding): merged a patch frommatz2008-10-071-0/+3
* * dln.c: Ruby no longer supports VMS.yugui2008-10-042-10/+1
* * dln.c: Ruby no longer supports Windows CE.yugui2008-10-042-9/+2
* * dln.c: Ruby no longer supports MacOS 9 or before.yugui2008-10-041-2/+0
* * dln.c: Ruby no longer supports MS-DOS.yugui2008-10-042-2/+2
* * x68/_dtos18.c: removed. Ruby no longer supports human68k.yugui2008-10-041-6/+2
* * sprintf.c (rb_str_format): add %<name>s style named argumentmatz2008-09-301-0/+1
* * include/ruby/encoding.h (rb_str_encode): renamed fromakr2008-09-261-2/+2
* * include/ruby/ruby.h (rb_mPrecision): removed.yugui2008-09-261-1/+0
* * error.c (Init_Exception): introduce EncodingError which is amatz2008-09-261-0/+1