aboutsummaryrefslogtreecommitdiffstats
path: root/ext/etc/etc.c
Commit message (Expand)AuthorAgeFilesLines
* etc.c: encodingsnobu2013-08-031-8/+22
* struct.c: rb_struct_define_undernobu2013-08-031-20/+22
* * ext/etc/etc.c (setup_passwd): revert r41560, unnecessarycharliesome2013-06-221-1/+1
* * ext/etc/etc.c (Init_etc): omit 'passwd' from definition of Etc::Passwdcharliesome2013-06-221-2/+8
* * ext/etc/etc.c (setup_passwd): pass 0 as VALUE to rb_struct_new tocharliesome2013-06-221-1/+1
* * ext/etc/etc.c (etc_getpwnam): use PRIsVALUE in format string insteadcharliesome2013-06-221-2/+2
* * safe.c (rb_set_safe_level, safe_setter): raise an ArgumentErrorshugo2013-06-121-7/+1
* * file.c, ext/etc/etc.c, ext/socket/unixsocket.c,akr2013-05-091-25/+25
* * ext/etc/etc.c: fix struct name.nobu2013-04-121-1/+1
* etc.c: Etc namespacenobu2013-04-121-6/+10
* * doc/etc.rd: Removed stale documentation filezzak2012-12-071-83/+177
* * ext/etc/etc.c (passwd_ensure): move endpwent() call fromakr2012-05-131-2/+2
* * whitespace cleanup.nobu2011-11-041-2/+2
* * ext/etc/etc.c: Document Etc, Etc.sysconfdir, Etc.systmpdir. Patchdrbrain2011-10-031-4/+22
* * ext/etc/etc.c: parenthesize macro arguments.akr2011-02-081-1/+1
* * ext/etc/etc.c (etc_systmpdir): assume system default tmpdirnobu2010-09-091-2/+5
* * ext/etc/etc.c (etc_systmpdir): moved from ext/tmpdir.nobu2010-05-081-0/+47
* * ext/etc/etc.c: suppressed warnings.nobu2010-05-081-4/+4
* * doc/etc.rd, doc/etc.rd.ja: moved from ext/etc.nobu2010-04-231-2/+2
* * ext/**/*.[ch]: removed trailing spaces.nobu2010-04-221-18/+18
* * ext/etc/etc.c (etc_each_group): fixed typo.nobu2009-10-281-1/+1
* * ext/etc/etc.c (etc_getpwuid): use rb_uid_t. [ruby-dev:38443]nobu2009-05-141-5/+1
* * ext/etc/etc.c (etc_each_group): defines only when Etc::Group isnobu2009-02-191-2/+2
* * ext/etc/etc.c (Etc::Passwd.each, Etc::Group.each): new methods.nobu2009-02-171-12/+84
* * ext/etc/etc.c (sGroup): getgrent may not be available.nobu2008-10-261-3/+6
* * ext/etc/etc.c (Init_etc): define constant aliases Etc::Passwdmatz2008-06-191-6/+4
* * ext/etc/etc.c (etc_passwd, etc_group): fixed rdoc. a patch fromnobu2008-06-181-2/+2
* * $Date$ keyword removed to avoid inclusion of locale dependentakr2008-01-061-1/+0
* * ext/etc/etc.c (etc_getlogin): update documentation to notematz2007-08-271-0/+2
* * regparse.c, etc.: K&R to ANSI code cleanup patch from Stefanmatz2007-03-191-4/+4
* * ext/etc/etc.c (etc_getgrgid): missed to replace a macro.nobu2007-02-181-1/+1
* * configure.in (pid_t, uid_t, gid_t): check if defined.nobu2007-02-181-4/+4
* r11523@ruby: shyouhei | 2007-01-09 15:57:58 +0900shyouhei2007-01-091-14/+11
* * Merge YARVko12006-12-311-2/+4
* * ext/etc/etc.c (etc_getpwuid): uid integer should be wraped inmatz2006-09-211-2/+11
* * ruby.h (struct RString): embed small strings.matz2006-08-311-4/+4
* * ext/etc/extconf.rb (PW_UID2VAL, PW_GID2VAL): defaulted to conversionnobu2006-07-031-1/+1
* * ext/etc/etc.c (setup_passwd, setup_group): allow bignum uid, gid andnobu2006-06-271-6/+6
* * eval.c, file.c, etc.: code-cleanup patch from Stefan Huehnermatz2006-06-201-4/+2
* * sprintf.c (rb_str_format): allow %c to print one charactermatz2006-06-091-30/+14
* * ext/digest/digest.c (rb_digest_base_s_digest): add volatile tomatz2005-12-121-2/+2
* * eval.c (rb_call_super): should call method_missing if super ismatz2005-11-011-0/+135
* * lib/mkmf.rb (what_type?): guesstimate type.nobu2005-09-061-1/+5
* * array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz2005-03-041-1/+5
* * ext/etc/extconf.rb: check for pw_passwd in struct passwd andeban2003-11-241-0/+4
* * gc.c (Init_stack): stack region is far smaller than usual ifmatz2003-11-221-10/+20
* * ext/etc/etc.c (etc_getgrent): typo.nobu2003-10-011-1/+1
* * signal.c (ruby_signal_name): adjust to the prototype.nobu2003-10-011-1/+1
* * ext/etc/etc.c: add new functions: setpwent, getpwent, endpwent,matz2003-10-011-2/+76
* * ext/etc/etc.c: revert getenv()'s prototype. use it only when _WIN32usa2003-07-311-1/+3