| Age | Commit message (Expand) | Author |
| 2019-11-30 | [ruby/etc] Bump version to 1.1.0 | Hiroshi SHIBATA |
| 2019-11-18 | [ruby/etc] Remove taint support | Jeremy Evans |
| 2019-11-18 | Deprecate taint/trust and related methods, and make the methods no-ops | Jeremy Evans |
| 2019-11-18 | Warn on access/modify of $SAFE, and remove effects of modifying $SAFE | Jeremy Evans |
| 2019-08-29 | drop-in type check for rb_define_module_function | 卜部昌平 |
| 2019-08-27 | rb_ensure now free from ANYARGS | 卜部昌平 |
| 2019-07-10 | Added Etc::VERSION | Nobuyoshi Nakada |
| 2019-06-19 | Remove IA64 support. | Samuel Williams |
| 2017-11-07 | etc.c: improve docs for sysconfdir | stomar |
| 2017-10-24 | sysconfdir on Windows | nobu |
| 2017-10-24 | Revert "sysconfdir on Windows" | naruse |
| 2017-10-21 | sysconfdir on Windows | nobu |
| 2017-09-30 | ext: check if null byte is contained | nobu |
| 2017-09-27 | ext: adjust indent [ci skip] | nobu |
| 2016-06-02 | etc.c: retry with allocated string buffer | nobu |
| 2015-04-19 | ext: suppress warnings | nobu |
| 2014-11-10 | win32.c: login name encoding | nobu |
| 2014-10-21 | * ext/etc/etc.c (etc_nprocessors_affin): maximum "n" should be 16384. | kosaki |
| 2014-10-21 | * ext/etc/etc.c (etc_nprocessors_affin): minor spell fix. | kosaki |
| 2014-10-21 | * ext/etc/etc.c (etc_nprocessors_affin): optimize memory usege a | kosaki |
| 2014-10-15 | update doc. | akr |
| 2014-10-15 | * ext/etc/etc.c (etc_nprocessors_affin): Test CPU_ALLOC availability. | akr |
| 2014-10-15 | * ext/etc/etc.c (etc_nprocessors_affinity): use sched_getaffinity | akr |
| 2014-10-07 | ext/etc/etc.c (etc_systmpdir): set default tmplen correctly | normal |
| 2014-10-07 | etc.c: try confstr on Mac OS X | nobu |
| 2014-10-05 | update doc. | akr |
| 2014-10-02 | * ext/etc/etc.c (etc_nprocessors): Windows support. | usa |
| 2014-10-02 | * ext/etc/etc.c (etc_nprocessors): New method. | akr |
| 2014-05-19 | etc.c: fix typo | nobu |
| 2014-05-19 | etc.c: old VC | nobu |
| 2014-05-19 | etc.c: fix parameter | nobu |
| 2014-05-19 | etc.c: Etc.uname on Windows | nobu |
| 2014-05-18 | [DOC] | akr |
| 2014-05-18 | [DOC] | akr |
| 2014-05-18 | * ext/etc/etc.c: Etc.sysconf, Etc.confstr and IO#pathconf implemented. | akr |
| 2014-05-18 | * ext/etc/etc.c: Etc.uname method implemented. | akr |
| 2013-08-03 | etc.c: encodings | nobu |
| 2013-08-03 | struct.c: rb_struct_define_under | nobu |
| 2013-06-22 | * ext/etc/etc.c (setup_passwd): revert r41560, unnecessary | charliesome |
| 2013-06-22 | * ext/etc/etc.c (Init_etc): omit 'passwd' from definition of Etc::Passwd | charliesome |
| 2013-06-22 | * ext/etc/etc.c (setup_passwd): pass 0 as VALUE to rb_struct_new to | charliesome |
| 2013-06-22 | * ext/etc/etc.c (etc_getpwnam): use PRIsVALUE in format string instead | charliesome |
| 2013-06-12 | * safe.c (rb_set_safe_level, safe_setter): raise an ArgumentError | shugo |
| 2013-05-09 | * file.c, ext/etc/etc.c, ext/socket/unixsocket.c, | akr |
| 2013-04-12 | * ext/etc/etc.c: fix struct name. | nobu |
| 2013-04-12 | etc.c: Etc namespace | nobu |
| 2012-12-07 | * doc/etc.rd: Removed stale documentation file | zzak |
| 2012-05-13 | * ext/etc/etc.c (passwd_ensure): move endpwent() call from | akr |
| 2011-11-04 | * whitespace cleanup. | nobu |
| 2011-10-03 | * ext/etc/etc.c: Document Etc, Etc.sysconfdir, Etc.systmpdir. Patch | drbrain |