summaryrefslogtreecommitdiff
path: root/ext/fcntl
AgeCommit message (Expand)Author
2020-08-27sed -i '/rmodule.h/d'卜部昌平
2020-08-27sed -i '/r_cast.h/d'卜部昌平
2020-08-27sed -i '\,2/extern.h,d'卜部昌平
2020-08-18Update the license for the default gems to dual licensesHiroshi SHIBATA
2020-06-09[ruby/fcntl] add F_GETPIPE_SZ and F_SETPIPE_SZpavel
2020-06-09[ruby/fcntl] Use Gemfile instead of Gem::Specification#add_development_depend...Hiroshi SHIBATA
2020-05-11sed -i 's|ruby/impl|ruby/internal|'卜部昌平
2020-05-11sed -i s|ruby/3|ruby/impl|g卜部昌平
2020-04-08Merge pull request #2991 from shyouhei/ruby.h卜部昌平
2019-07-14Include ruby/assert.h in ruby/ruby.h so that assertions can be thereNobuyoshi Nakada
2019-02-08Removed moving toplevel header since r12501nobu
2018-08-07Removed needless date attribute from gemspec of default gems.hsbt
2017-12-11Bump version to fcntl-1.0.0 as default gems.hsbt
2017-10-22Fixed misspelling words.hsbt
2017-09-14Update gemspec for gem released versions.hsbt
2017-02-24gem name should be the downcase.hsbt
2017-02-10Added initial gemspec for Fcntl module.hsbt
2017-02-02ext/fcntl: Specify frozen_string_literal: true.kazu
2016-07-06Update dependenciesnobu
2015-12-16handle ext/ as r53141naruse
2014-09-30protoize no-arguments functionsnobu
2013-04-13* lib/mkmf.rb: Add ruby/ruby.h, ruby/missing.h, ruby/intern.h,akr
2013-01-28* ext/fcntl/fcntl.c: update document. use "file descriptor" insteadakr
2013-01-26* ext/fcntl/fcntl.c: Document Fcntl constantsdrbrain
2010-08-07.cvsignore: have not been used already. [Bug #3468]nobu
2010-04-22* ext/**/*.[ch]: removed trailing spaces.nobu
2009-11-04fix typos.akr
2006-06-24add extconf.h to .cvsignore.akr
2005-11-01* eval.c (rb_call_super): should call method_missing if super ismatz
2004-11-01* MANIFEST, ext/**/MANIFEST: removed.eban
2004-11-01* ext/extmk.rb (MANIFEST): do not use anymore, use extconf.rb instead.eban
2003-10-07define Fcntl::O_ACCMODE instead of Fcntl::ACCMODE to be consist withakr
2003-10-07* ext/fcntl/fcntl.c (Init_fcntl): define Fcntl::ACCMODE.akr
2002-09-08* configure.in: modify program_prefix only if specifiedeban
2002-03-04Make cvs ignore mkmf.log.knu
2001-02-14* dir.c (dir_s_glob): supprt backslash escape of metacharactersmatz
2001-01-09Add .cvsignore's.knu
1999-08-13remove marshal/gtk/kconvmatz
1999-01-20This commit was generated by cvs2svn to compensate for changes in r372,matz
1998-01-16This commit was generated by cvs2svn to compensate for changes in r11,matz
1998-01-16Initial revisionv1_0_r2replacedmatz
2019-08-17version 1.0-971002v1_0_971002Yukihiro Matsumoto