aboutsummaryrefslogtreecommitdiffstats
path: root/io.c
Commit message (Expand)AuthorAgeFilesLines
...
* * io.c (rb_open_file): initialize flags.akr2003-06-231-1/+1
* * string.c (rb_str_upto): generate sequence according to "succ"matz2003-06-231-4/+16
* * parse.y (value_expr0): class and module statements should not bematz2003-06-071-14/+17
* * eval.c (ruby_cleanup): $SAFE is turned off in the finalization.matz2003-06-061-1/+1
* * array.c (push_values_at): Array#values_at should work withmatz2003-06-021-11/+0
* * io.c (rb_f_syscall): type dispatch should be based onmatz2003-05-301-5/+5
* commit missnobu2003-05-211-1/+1
* * eval.c (rb_thread_fd_close): raise for writing threads.nobu2003-05-211-8/+17
* * object.c (rb_mod_cmp): stupid comparison fixed.matz2003-05-191-0/+1
* * object.c (init_copy): rename copy_object as initialize_copy,matz2003-05-191-2/+2
* * io.c (set_stdio): better message.matz2003-05-151-2/+15
* * io.c (set_stdio): $stdin, $stdout, $stderr now became read-only.matz2003-05-151-91/+7
* * eval.c (error_pos): use $deferr for output instead of stderrmatz2003-05-131-3/+32
* * io.c (rb_io_reopen): It should be possible to reopen closed IO.matz2003-05-091-2/+39
* * string.c (rb_str_ljust): now takes optional argument to specifymatz2003-05-021-8/+6
* * parse.y (open_args): warning message changed to "don't put spacematz2003-04-261-9/+2
* * io.c (argf_read): read should not span two files. [ruby-dev:20073]matz2003-04-251-13/+4
* * eval.c (splat_value): split splat_value() and avalue_splat().matz2003-04-251-44/+2
* * rubyio.h (struct OpenFile): add error raise flag to finalizer.matz2003-04-141-17/+16
* * io.c (set_stdin): assigned value must respond to "read" andnobu2003-04-101-7/+23
* * ext/socket/socket.c (sock_s_unpack_sockaddr_in): remove structmatz2003-04-071-1/+1
* * eval.c (rb_f_missing): use "inspect" for T_OBJECT as well.matz2003-04-031-1/+12
* * io.c (rb_io_initialize): should check rb_secure(4).matz2003-03-251-0/+1
* * io.c (rb_io_fread): may lose data on nonblocking read.matz2003-03-231-1/+1
* * eval.c (load_dyna): clear ruby_errinfo. (ruby-bugs-ja PR#409)matz2003-03-201-9/+9
* * io.c (prep_stdio): set binmode only if the file descriptoreban2003-03-121-2/+4
* * io.c (rb_io_popen): do not call rb_io_close() directly, callmatz2003-03-041-18/+14
* * parse.y (arg): parse 'lhs = a rescue b' as 'lhs=(a rescue b)'.matz2003-03-031-2/+4
* * eval.c (rb_call0): should not report uninitialized warning bymatz2003-02-181-0/+1
* * io.c (prep_stdio, Init_io): always set binmode on Cygwin.eban2003-02-151-0/+17
* * io.c (rb_file_sysopen): rb_file_sysopen_internal() needs foureban2003-02-091-1/+1
* * array.c (rb_ary_equal): a == b is true when b is non T_ARRAYmatz2003-02-041-3/+4
* * variable.c (rb_obj_classname): new function.matz2003-01-311-2/+2
* Updated Copyrights of Matz to 2003.michal2003-01-161-1/+1
* * io.c (next_argv): not always set binmode.nobu2003-01-131-1/+1
* * io.c (next_argv): inherit binmode from $defout.eban2003-01-121-0/+7
* * configure.in (RUBY_CHECK_IO_NEED): added more tests.nobu2003-01-101-1/+5
* adjust indentationnobu2003-01-091-3/+3
* * configure.in (RUBY_CHECK_IO_NEED): check whether fseek() andnobu2003-01-091-16/+12
* * hash.c (env_clear): new Hash compatible method.matz2003-01-071-0/+3
* * array.c (ary_alloc), dir.c (dir_s_alloc), eval.c (thgroup_s_alloc),usa2002-12-211-0/+1
* * io.c (rb_io_fwrite): separated from io_write().nobu2002-12-201-23/+33
* * parse.y (do_block): split "do" block and tLBRACE_ARG block.matz2002-12-201-23/+19
* * numeric.c (num_step): use DBL_EPSILON.matz2002-12-191-1/+1
* * configure.in, defines.h, dir.c, dir.h, dln.c, error.c,uema22002-12-151-11/+11
* * io.c (io_read): takes optional second argument to specify amatz2002-12-111-14/+39
* * sprintf.c (rb_f_sprintf): preceding ".." for negative numbersmatz2002-12-101-7/+7
* WinCE patch mergedmatz2002-12-021-9/+9
* * eval.c, file.c, gc.c, io.c, object.c, ruby.c, ruby.h, struct.c,knu2002-10-291-1/+1
* * djgpp/*: sync with the latest.eban2002-10-271-0/+6