Age | Commit message (Expand) | Author |
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 tmpdir | nobu |
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 is | nobu |
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::Passwd | matz |
2008-06-18 | * ext/etc/etc.c (etc_passwd, etc_group): fixed rdoc. a patch from | nobu |
2008-01-06 | * $Date$ keyword removed to avoid inclusion of locale dependent | akr |
2007-08-27 | * ext/etc/etc.c (etc_getlogin): update documentation to note | matz |
2007-03-19 | * regparse.c, etc.: K&R to ANSI code cleanup patch from Stefan | matz |
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 +0900 | shyouhei |
2006-12-31 | * Merge YARV | ko1 |
2006-09-21 | * ext/etc/etc.c (etc_getpwuid): uid integer should be wraped in | matz |
2006-08-31 | * ruby.h (struct RString): embed small strings. | matz |
2006-07-03 | * ext/etc/extconf.rb (PW_UID2VAL, PW_GID2VAL): defaulted to conversion | nobu |
2006-06-27 | * ext/etc/etc.c (setup_passwd, setup_group): allow bignum uid, gid and | nobu |
2006-06-24 | add extconf.h to .cvsignore. | akr |
2006-06-20 | * eval.c, file.c, etc.: code-cleanup patch from Stefan Huehner | matz |
2006-06-09 | * sprintf.c (rb_str_format): allow %c to print one character | matz |
2005-12-12 | * ext/digest/digest.c (rb_digest_base_s_digest): add volatile to | matz |
2005-11-01 | * eval.c (rb_call_super): should call method_missing if super is | matz |
2005-09-06 | * lib/mkmf.rb (what_type?): guesstimate type. | nobu |
2005-03-04 | * array.c: replace rb_protect_inspect() and rb_inspecting_p() by | matz |
2004-11-01 | * MANIFEST, ext/**/MANIFEST: removed. | eban |
2003-11-24 | * ext/etc/extconf.rb: check for pw_passwd in struct passwd and | eban |
2003-11-22 | * gc.c (Init_stack): stack region is far smaller than usual if | matz |
2003-10-01 | * ext/etc/etc.c (etc_getgrent): typo. | nobu |
2003-10-01 | * signal.c (ruby_signal_name): adjust to the prototype. | nobu |
2003-10-01 | * ext/etc/etc.c: add new functions: setpwent, getpwent, endpwent, | matz |
2003-07-31 | * ext/etc/etc.c: revert getenv()'s prototype. use it only when _WIN32 | usa |
2003-07-29 | * ChangeLog: tabify. | usa |
2003-07-24 | * gcc -Wall clean-up. | matz |
2003-01-16 | -Wall cleanups (removed unused vars, no 'code has no effect' warnings) | michal |
2002-09-08 | * lib/mkmf.rb (have_struct_member): moved from ext/socket/extconf.rb. | eban |
2002-09-08 | * configure.in: modify program_prefix only if specified | eban |
2002-05-29 | * parse.y: yyparse #defines moved from intern.h | matz |
2002-03-04 | Make cvs ignore mkmf.log. | knu |
2001-12-18 | * string.c (rb_str_replace): swap arguments of OBJ_INFECT. | matz |
2001-07-19 | Rename *.jp to *.ja, since jp is a region code and ja is a language | knu |