| Commit message (Expand) | Author | Age | Files | Lines |
* | etc.c: retry with allocated string buffer | nobu | 2016-06-02 | 1 | -0/+6 |
* | ext: suppress warnings | nobu | 2015-04-19 | 1 | -6/+6 |
* | win32.c: login name encoding | nobu | 2014-11-10 | 1 | -2/+9 |
* | * ext/etc/etc.c (etc_nprocessors_affin): maximum "n" should be 16384. | kosaki | 2014-10-21 | 1 | -1/+1 |
* | * ext/etc/etc.c (etc_nprocessors_affin): minor spell fix. | kosaki | 2014-10-21 | 1 | -4/+4 |
* | * ext/etc/etc.c (etc_nprocessors_affin): optimize memory usege a | kosaki | 2014-10-21 | 1 | -17/+24 |
* | update doc. | akr | 2014-10-15 | 1 | -3/+3 |
* | * ext/etc/etc.c (etc_nprocessors_affin): Test CPU_ALLOC availability. | akr | 2014-10-15 | 1 | -2/+2 |
* | * ext/etc/etc.c (etc_nprocessors_affinity): use sched_getaffinity | akr | 2014-10-15 | 1 | -0/+72 |
* | ext/etc/etc.c (etc_systmpdir): set default tmplen correctly | normal | 2014-10-07 | 1 | -1/+1 |
* | etc.c: try confstr on Mac OS X | nobu | 2014-10-07 | 1 | -1/+16 |
* | update doc. | akr | 2014-10-05 | 1 | -4/+1 |
* | * ext/etc/etc.c (etc_nprocessors): Windows support. | usa | 2014-10-02 | 1 | -1/+7 |
* | * ext/etc/etc.c (etc_nprocessors): New method. | akr | 2014-10-02 | 1 | -0/+33 |
* | etc.c: fix typo | nobu | 2014-05-19 | 1 | -1/+1 |
* | etc.c: old VC | nobu | 2014-05-19 | 1 | -0/+13 |
* | etc.c: fix parameter | nobu | 2014-05-19 | 1 | -2/+3 |
* | etc.c: Etc.uname on Windows | nobu | 2014-05-19 | 1 | -0/+65 |
* | [DOC] | akr | 2014-05-18 | 1 | -3/+4 |
* | [DOC] | akr | 2014-05-18 | 1 | -1/+3 |
* | * ext/etc/etc.c: Etc.sysconf, Etc.confstr and IO#pathconf implemented. | akr | 2014-05-18 | 1 | -0/+130 |
* | * ext/etc/etc.c: Etc.uname method implemented. | akr | 2014-05-18 | 1 | -0/+49 |
* | etc.c: encodings | nobu | 2013-08-03 | 1 | -8/+22 |
* | struct.c: rb_struct_define_under | nobu | 2013-08-03 | 1 | -20/+22 |
* | * ext/etc/etc.c (setup_passwd): revert r41560, unnecessary | charliesome | 2013-06-22 | 1 | -1/+1 |
* | * ext/etc/etc.c (Init_etc): omit 'passwd' from definition of Etc::Passwd | charliesome | 2013-06-22 | 1 | -2/+8 |
* | * ext/etc/etc.c (setup_passwd): pass 0 as VALUE to rb_struct_new to | charliesome | 2013-06-22 | 1 | -1/+1 |
* | * ext/etc/etc.c (etc_getpwnam): use PRIsVALUE in format string instead | charliesome | 2013-06-22 | 1 | -2/+2 |
* | * safe.c (rb_set_safe_level, safe_setter): raise an ArgumentError | shugo | 2013-06-12 | 1 | -7/+1 |
* | * file.c, ext/etc/etc.c, ext/socket/unixsocket.c, | akr | 2013-05-09 | 1 | -25/+25 |
* | * ext/etc/etc.c: fix struct name. | nobu | 2013-04-12 | 1 | -1/+1 |
* | etc.c: Etc namespace | nobu | 2013-04-12 | 1 | -6/+10 |
* | * doc/etc.rd: Removed stale documentation file | zzak | 2012-12-07 | 1 | -83/+177 |
* | * ext/etc/etc.c (passwd_ensure): move endpwent() call from | akr | 2012-05-13 | 1 | -2/+2 |
* | * whitespace cleanup. | nobu | 2011-11-04 | 1 | -2/+2 |
* | * ext/etc/etc.c: Document Etc, Etc.sysconfdir, Etc.systmpdir. Patch | drbrain | 2011-10-03 | 1 | -4/+22 |
* | * ext/etc/etc.c: parenthesize macro arguments. | akr | 2011-02-08 | 1 | -1/+1 |
* | * ext/etc/etc.c (etc_systmpdir): assume system default tmpdir | nobu | 2010-09-09 | 1 | -2/+5 |
* | * ext/etc/etc.c (etc_systmpdir): moved from ext/tmpdir. | nobu | 2010-05-08 | 1 | -0/+47 |
* | * 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 | 1 | -2/+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 |