summaryrefslogtreecommitdiff
path: root/glib/genviron.c
Commit message (Expand)AuthorAgeFilesLines
* glib: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* Annotate `g_getenv()` and `g_environ_getenv()` return value as `nullable`Sebastian Dröge2021-11-201-2/+2
* Fix signedness warning in glib/genviron.cEmmanuel Fleury2021-10-121-1/+1
* tree: Fix various typos and outdated terminologyPhilip Withnall2020-06-121-1/+1
* genviron: Message if g_setenv()/g_unsetenv() are used after threads spawnedPhilip Withnall2020-01-211-0/+15
* genviron: make g_environ_* case-insensitive on WindowsPeter Wu2018-11-281-5/+17
* glib: fix compiler warning for g_unsetenv_utf8() on windowsTim-Philipp Müller2018-01-101-1/+1
* introspection: Add more filename type annotations for strings which can conta...Christoph Reiter2017-10-261-25/+30
* glib/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-241-1/+1
* genviron: Remove old win32 codepage ABI compat codeChristoph Reiter2017-04-061-41/+19
* introspection: use (nullable) or (optional) instead of (allow-none)Christian Hergert2016-11-221-3/+3
* Partly revert "glib: Add filename type annotations"Christoph Reiter2016-06-071-30/+25
* glib: Add filename type annotationsChristoph Reiter2016-06-041-25/+30
* glib/genviron.c, GSubprocessLauncher: ain't no "filename encoding"Mikhail Zabaluev2015-06-051-11/+8
* Fix some typos in documentationMathieu Bridon2014-05-051-1/+1
* docs: use "Returns:" consistentlyWilliam Jon McCann2014-02-191-4/+4
* Docs: don't use the warning tagMatthias Clasen2014-01-311-20/+16
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* Replace #ifdef HAVE_UNISTD_H checks with #ifdef G_OS_UNIXDan Winship2013-11-201-3/+0
* genviron: fix g_setenv(var, NULL) and some other stuffDan Winship2013-10-191-18/+8
* CVE-2012-3524: Hardening for being run in a setuid environmentColin Walters2012-09-131-0/+1
* win32: g_getenv() should return "" if variable exists and emptyMarc-André Lureau2012-07-161-1/+5
* win32: fix g_get_environ()Marc-André Lureau2012-07-161-4/+9
* glib: fix buildMarc-Antoine Perennou2012-05-221-4/+1
* environ: Allow NULL envpChristian Persch2012-05-221-11/+20
* Plug a mem leak in g_environ_unsetenvChristian Persch2012-02-151-24/+39
* Revert "Plug a mem leak in g_environ_unsetenv"Christian Persch2012-02-051-3/+0
* Plug a mem leak in g_environ_unsetenvChristian Persch2012-02-051-0/+3
* GLib: Add forgotten includes and build fixesChun-wei Fan2011-10-171-0/+6
* TrivialMatthias Clasen2011-10-171-2/+1
* Reshuffle genviron.cMatthias Clasen2011-10-171-306/+371
* genviron: #include fixupsRyan Lortie2011-10-161-0/+2
* Drop unused copy of _g_getenv_nomallocMatthias Clasen2011-10-151-0/+610