summaryrefslogtreecommitdiff
path: root/ext/etc
AgeCommit message (Expand)Author
2014-04-23* ext/etc/extconf.rb: Build ext/etc unconditionally.akr
2013-08-03etc.c: encodingsnobu
2013-08-03struct.c: rb_struct_define_undernobu
2013-06-22* ext/etc/etc.c (setup_passwd): revert r41560, unnecessarycharliesome
2013-06-22* ext/etc/etc.c (Init_etc): omit 'passwd' from definition of Etc::Passwdcharliesome
2013-06-22* ext/etc/etc.c (setup_passwd): pass 0 as VALUE to rb_struct_new tocharliesome
2013-06-22* ext/etc/etc.c (etc_getpwnam): use PRIsVALUE in format string insteadcharliesome
2013-06-12* safe.c (rb_set_safe_level, safe_setter): raise an ArgumentErrorshugo
2013-05-09* file.c, ext/etc/etc.c, ext/socket/unixsocket.c,akr
2013-04-13* lib/mkmf.rb: Add ruby/ruby.h, ruby/missing.h, ruby/intern.h,akr
2013-04-12* ext/etc/etc.c: fix struct name.nobu
2013-04-12etc.c: Etc namespacenobu
2012-12-07* doc/etc.rd: Removed stale documentation filezzak
2012-05-13* ext/etc/etc.c (passwd_ensure): move endpwent() call fromakr
2011-11-04* whitespace cleanup.nobu
2011-10-03* ext/etc/etc.c: Document Etc, Etc.sysconfdir, Etc.systmpdir. Patchdrbrain
2011-05-22* ext: remove trailing spaces.nobu
2011-02-08* ext/etc/etc.c: parenthesize macro arguments.akr
2010-09-15* ext/etc/extconf.rb: use expanded sysconfdir with empty DESTDIR.nobu
2010-09-09* ext/etc/etc.c (etc_systmpdir): assume system default tmpdirnobu
2010-08-07.cvsignore: have not been used already. [Bug #3468]nobu
2010-05-08* ext/etc/etc.c (etc_systmpdir): moved from ext/tmpdir.nobu
2010-05-08* ext/etc/etc.c: suppressed warnings.nobu
2010-04-23* doc/etc.rd, doc/etc.rd.ja: moved from ext/etc.nobu
2010-04-22* ext/**/*.[ch]: removed trailing spaces.nobu
2009-10-28* ext/etc/etc.c (etc_each_group): fixed typo.nobu
2009-05-14* ext/etc/etc.c (etc_getpwuid): use rb_uid_t. [ruby-dev:38443]nobu
2009-02-19* ext/etc/etc.c (etc_each_group): defines only when Etc::Group isnobu
2009-02-17* ext/etc/etc.c (Etc::Passwd.each, Etc::Group.each): new methods.nobu
2008-10-26* ext/etc/etc.c (sGroup): getgrent may not be available.nobu
2008-06-19* ext/etc/etc.c (Init_etc): define constant aliases Etc::Passwdmatz
2008-06-18* ext/etc/etc.c (etc_passwd, etc_group): fixed rdoc. a patch fromnobu
2008-01-06* $Date$ keyword removed to avoid inclusion of locale dependentakr
2007-08-27* ext/etc/etc.c (etc_getlogin): update documentation to notematz
2007-03-19* regparse.c, etc.: K&R to ANSI code cleanup patch from Stefanmatz
2007-02-18* ext/etc/etc.c (etc_getgrgid): missed to replace a macro.nobu
2007-02-18* configure.in (pid_t, uid_t, gid_t): check if defined.nobu
2007-01-09 r11523@ruby: shyouhei | 2007-01-09 15:57:58 +0900shyouhei
2006-12-31 * Merge YARVko1
2006-09-21* ext/etc/etc.c (etc_getpwuid): uid integer should be wraped inmatz
2006-08-31* ruby.h (struct RString): embed small strings.matz
2006-07-03* ext/etc/extconf.rb (PW_UID2VAL, PW_GID2VAL): defaulted to conversionnobu
2006-06-27* ext/etc/etc.c (setup_passwd, setup_group): allow bignum uid, gid andnobu
2006-06-24add extconf.h to .cvsignore.akr
2006-06-20* eval.c, file.c, etc.: code-cleanup patch from Stefan Huehnermatz
2006-06-09* sprintf.c (rb_str_format): allow %c to print one charactermatz
2005-12-12* ext/digest/digest.c (rb_digest_base_s_digest): add volatile tomatz
2005-11-01* eval.c (rb_call_super): should call method_missing if super ismatz
2005-09-06* lib/mkmf.rb (what_type?): guesstimate type.nobu
2005-03-04* array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz