aboutsummaryrefslogtreecommitdiffhomepage
path: root/builtin_ulimit.c
Commit message (Expand)AuthorAge
* Remove translate.c. The gettext fallback functionality is moved to fallback.c...Gravatar axel2006-07-20
* Major restructuring of the buildsystem, meaning that the documentation doesn'...Gravatar axel2006-06-13
* If a help page for a builtin is showed in response to an error, make sure it ...Gravatar axel2006-05-26
* Bugfix for previous patch to simplify configuration checks for ulimit builtinGravatar axel2006-05-26
* Simplify code for detecting which macros are defined in sys/resource.h, no co...Gravatar axel2006-05-20
* Fix warnings from ICCGravatar axel2006-03-29
* Move all fallbacks for standard and not-so-standard unix functions to fallbac...Gravatar axel2006-02-28
* Add i18n through gettext, as well as a Swedish translationGravatar axel2006-01-04
* Remove ifdefs from function codeGravatar axel2005-11-26
* builtin ulimit checksGravatar Claes Nästén2005-11-24
* Huge API documentation cleanupGravatar axel2005-10-25
* Do not use RLIMIT_AS on systems that don't have it, like NetBSDGravatar axel2005-10-17
* Implement the ulimit builtinGravatar axel2005-10-15