aboutsummaryrefslogtreecommitdiffstats
path: root/ext/etc
Commit message (Expand)AuthorAgeFilesLines
...
* * 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-182-19/+4
* r11523@ruby: shyouhei | 2007-01-09 15:57:58 +0900shyouhei2007-01-092-15/+14
* * Merge YARVko12006-12-312-3/+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-032-5/+4
* * ext/etc/etc.c (setup_passwd, setup_group): allow bignum uid, gid andnobu2006-06-272-7/+20
* add extconf.h to .cvsignore.akr2006-06-241-0/+1
* * 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-062-2/+17
* * array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz2005-03-041-1/+5
* * MANIFEST, ext/**/MANIFEST: removed.eban2004-11-011-6/+0
* * ext/etc/extconf.rb: check for pw_passwd in struct passwd andeban2003-11-242-0/+6
* * 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
* * ChangeLog: tabify.usa2003-07-291-1/+1
* * gcc -Wall clean-up.matz2003-07-241-2/+2
* -Wall cleanups (removed unused vars, no 'code has no effect' warnings)michal2003-01-161-1/+1
* * lib/mkmf.rb (have_struct_member): moved from ext/socket/extconf.rb.eban2002-09-082-27/+21
* * configure.in: modify program_prefix only if specifiedeban2002-09-081-0/+1
* * parse.y: yyparse #defines moved from intern.hmatz2002-05-291-18/+68
* Make cvs ignore mkmf.log.knu2002-03-041-0/+1
* * string.c (rb_str_replace): swap arguments of OBJ_INFECT.matz2001-12-181-2/+2
* Rename *.jp to *.ja, since jp is a region code and ja is a languageknu2001-07-193-3/+3
* * ext/etc/extconf.rb: use egrep_cpp.eban2001-06-051-11/+2
* Add .cvsignore's.knu2001-01-091-0/+1
* 2000-05-24matz2000-05-241-2/+2
* 2000-05-12matz2000-05-121-0/+5
* 1.4.1 to bematz1999-08-241-1/+1
* remove marshal/gtk/kconvmatz1999-08-135-13/+85
* This commit was generated by cvs2svn to compensate for changes in r372,matz1999-01-202-43/+72
* This commit was generated by cvs2svn to compensate for changes in r11,matz1998-01-161-1/+1
* Initial revisionv1_0_r2matz1998-01-165-0/+352