| Commit message (Expand) | Author | Age | Files | Lines |
* | * ext/etc/extconf.rb: use expanded sysconfdir with empty DESTDIR. | nobu | 2010-09-15 | 1 | -1/+1 |
* | * ext/etc/etc.c (etc_systmpdir): assume system default tmpdir | nobu | 2010-09-09 | 1 | -2/+5 |
* | .cvsignore: have not been used already. [Bug #3468] | nobu | 2010-08-07 | 1 | -3/+0 |
* | * ext/etc/etc.c (etc_systmpdir): moved from ext/tmpdir. | nobu | 2010-05-08 | 2 | -1/+50 |
* | * ext/etc/etc.c: suppressed warnings. | nobu | 2010-05-08 | 1 | -4/+4 |
* | * doc/etc.rd, doc/etc.rd.ja: moved from ext/etc. | nobu | 2010-04-23 | 3 | -146/+2 |
* | * ext/**/*.[ch]: removed trailing spaces. | nobu | 2010-04-22 | 1 | -18/+18 |
* | * ext/etc/etc.c (etc_each_group): fixed typo. | nobu | 2009-10-28 | 1 | -1/+1 |
* | * ext/etc/etc.c (etc_getpwuid): use rb_uid_t. [ruby-dev:38443] | nobu | 2009-05-14 | 1 | -5/+1 |
* | * ext/etc/etc.c (etc_each_group): defines only when Etc::Group is | nobu | 2009-02-19 | 1 | -2/+2 |
* | * ext/etc/etc.c (Etc::Passwd.each, Etc::Group.each): new methods. | nobu | 2009-02-17 | 1 | -12/+84 |
* | * ext/etc/etc.c (sGroup): getgrent may not be available. | nobu | 2008-10-26 | 1 | -3/+6 |
* | * ext/etc/etc.c (Init_etc): define constant aliases Etc::Passwd | matz | 2008-06-19 | 1 | -6/+4 |
* | * ext/etc/etc.c (etc_passwd, etc_group): fixed rdoc. a patch from | nobu | 2008-06-18 | 1 | -2/+2 |
* | * $Date$ keyword removed to avoid inclusion of locale dependent | akr | 2008-01-06 | 1 | -1/+0 |
* | * ext/etc/etc.c (etc_getlogin): update documentation to note | matz | 2007-08-27 | 1 | -0/+2 |
* | * regparse.c, etc.: K&R to ANSI code cleanup patch from Stefan | matz | 2007-03-19 | 1 | -4/+4 |
* | * ext/etc/etc.c (etc_getgrgid): missed to replace a macro. | nobu | 2007-02-18 | 1 | -1/+1 |
* | * configure.in (pid_t, uid_t, gid_t): check if defined. | nobu | 2007-02-18 | 2 | -19/+4 |
* | r11523@ruby: shyouhei | 2007-01-09 15:57:58 +0900 | shyouhei | 2007-01-09 | 2 | -15/+14 |
* | * Merge YARV | ko1 | 2006-12-31 | 2 | -3/+4 |
* | * ext/etc/etc.c (etc_getpwuid): uid integer should be wraped in | matz | 2006-09-21 | 1 | -2/+11 |
* | * ruby.h (struct RString): embed small strings. | matz | 2006-08-31 | 1 | -4/+4 |
* | * ext/etc/extconf.rb (PW_UID2VAL, PW_GID2VAL): defaulted to conversion | nobu | 2006-07-03 | 2 | -5/+4 |
* | * ext/etc/etc.c (setup_passwd, setup_group): allow bignum uid, gid and | nobu | 2006-06-27 | 2 | -7/+20 |
* | add extconf.h to .cvsignore. | akr | 2006-06-24 | 1 | -0/+1 |
* | * eval.c, file.c, etc.: code-cleanup patch from Stefan Huehner | matz | 2006-06-20 | 1 | -4/+2 |
* | * sprintf.c (rb_str_format): allow %c to print one character | matz | 2006-06-09 | 1 | -30/+14 |
* | * ext/digest/digest.c (rb_digest_base_s_digest): add volatile to | matz | 2005-12-12 | 1 | -2/+2 |
* | * eval.c (rb_call_super): should call method_missing if super is | matz | 2005-11-01 | 1 | -0/+135 |
* | * lib/mkmf.rb (what_type?): guesstimate type. | nobu | 2005-09-06 | 2 | -2/+17 |
* | * array.c: replace rb_protect_inspect() and rb_inspecting_p() by | matz | 2005-03-04 | 1 | -1/+5 |
* | * MANIFEST, ext/**/MANIFEST: removed. | eban | 2004-11-01 | 1 | -6/+0 |
* | * ext/etc/extconf.rb: check for pw_passwd in struct passwd and | eban | 2003-11-24 | 2 | -0/+6 |
* | * gc.c (Init_stack): stack region is far smaller than usual if | matz | 2003-11-22 | 1 | -10/+20 |
* | * ext/etc/etc.c (etc_getgrent): typo. | nobu | 2003-10-01 | 1 | -1/+1 |
* | * signal.c (ruby_signal_name): adjust to the prototype. | nobu | 2003-10-01 | 1 | -1/+1 |
* | * ext/etc/etc.c: add new functions: setpwent, getpwent, endpwent, | matz | 2003-10-01 | 1 | -2/+76 |
* | * ext/etc/etc.c: revert getenv()'s prototype. use it only when _WIN32 | usa | 2003-07-31 | 1 | -1/+3 |
* | * ChangeLog: tabify. | usa | 2003-07-29 | 1 | -1/+1 |
* | * gcc -Wall clean-up. | matz | 2003-07-24 | 1 | -2/+2 |
* | -Wall cleanups (removed unused vars, no 'code has no effect' warnings) | michal | 2003-01-16 | 1 | -1/+1 |
* | * lib/mkmf.rb (have_struct_member): moved from ext/socket/extconf.rb. | eban | 2002-09-08 | 2 | -27/+21 |
* | * configure.in: modify program_prefix only if specified | eban | 2002-09-08 | 1 | -0/+1 |
* | * parse.y: yyparse #defines moved from intern.h | matz | 2002-05-29 | 1 | -18/+68 |
* | Make cvs ignore mkmf.log. | knu | 2002-03-04 | 1 | -0/+1 |
* | * string.c (rb_str_replace): swap arguments of OBJ_INFECT. | matz | 2001-12-18 | 1 | -2/+2 |
* | Rename *.jp to *.ja, since jp is a region code and ja is a language | knu | 2001-07-19 | 3 | -3/+3 |
* | * ext/etc/extconf.rb: use egrep_cpp. | eban | 2001-06-05 | 1 | -11/+2 |
* | Add .cvsignore's. | knu | 2001-01-09 | 1 | -0/+1 |