aboutsummaryrefslogtreecommitdiffstats
path: root/missing/setproctitle.c
Commit message (Expand)AuthorAgeFilesLines
* Add comments in setproctitle.cPeter Zhu2024-05-021-0/+21
* Keep track of the originally allocated environPeter Zhu2024-05-021-4/+5
* Fix leak reported by Valgrind when setting environment variablesPeter Zhu2024-05-011-12/+13
* Fix ruby_free_proctitlePeter Zhu2024-01-121-8/+6
* Free environ when RUBY_FREE_AT_EXITPeter Zhu2024-01-111-4/+38
* Free everything at shutdownAdam Hess2023-12-071-0/+1
* missing/setproctitle.c: remove nonsense NULL checkYusuke Endoh2019-10-121-3/+2
* rubystubnobu2016-08-201-0/+1
* missing/setproctitle.c: Avoid invalidating argv[1], argv[2], etc. until the f...odaira2014-10-081-1/+6
* * configure.in: check for the whether crt_externs.h is present when compilingcharliesome2012-12-281-3/+7
* setproctitle.c: _NSGetEnvironnobu2012-06-201-0/+6
* * missing/setproctitle.c (ruby_init_setproctitle): changed prefix.nobu2012-01-171-0/+1
* fix mswin32 build error.kosaki2011-05-141-0/+2
* * missing/setproctitle.c: add to include "ruby/util.h".kosaki2011-05-141-0/+1
* * missing/setproctitle.c (compat_init_setproctitle): usekosaki2011-05-141-5/+1
* introduce missing/setproctitle.ckosaki2011-05-141-0/+160