index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
fcntl
/
fcntl.c
Age
Commit message (
Expand
)
Author
2022-01-15
[ruby/fcntl] adding few FreeBSD specific flags.
David CARLIER
2020-06-09
[ruby/fcntl] add F_GETPIPE_SZ and F_SETPIPE_SZ
pavel
2017-10-22
Fixed misspelling words.
hsbt
2014-09-30
protoize no-arguments functions
nobu
2013-01-28
* ext/fcntl/fcntl.c: update document. use "file descriptor" instead
akr
2013-01-26
* ext/fcntl/fcntl.c: Document Fcntl constants
drbrain
2010-04-22
* ext/**/*.[ch]: removed trailing spaces.
nobu
2009-11-04
fix typos.
akr
2005-11-01
* eval.c (rb_call_super): should call method_missing if super is
matz
2003-10-07
define Fcntl::O_ACCMODE instead of Fcntl::ACCMODE to be consist with
akr
2003-10-07
* ext/fcntl/fcntl.c (Init_fcntl): define Fcntl::ACCMODE.
akr
2001-02-14
* dir.c (dir_s_glob): supprt backslash escape of metacharacters
matz
1999-08-13
remove marshal/gtk/kconv
matz
1999-01-20
This commit was generated by cvs2svn to compensate for changes in r372,
matz
1998-01-16
Initial revision
v1_0_r2
replaced
matz
2019-08-17
version 1.0-971002
v1_0_971002
Yukihiro Matsumoto