summaryrefslogtreecommitdiff
path: root/glib/gbacktrace.c
Commit message (Expand)AuthorAgeFilesLines
* glib-unix: Add O_NONBLOCK support to g_unix_open_pipe()Philip Withnall2023-03-231-2/+2
* gbacktrace: Use g_unix_open_pipe_internal () for creating pipesMaciej S. Szmigiero2023-02-211-1/+3
* Revert "gio, glib: Use G_OS_DARWIN for code that is for such environments"Philip Withnall2022-11-071-1/+1
* gio, glib: Use G_OS_DARWIN for code that is for such environmentsMarco Trevisan (Treviño)2022-10-201-1/+1
* gbacktrace: Don't truncate gdb outputMohammed Sadiq2022-09-081-0/+2
* gbacktrace: Handle case of strerror_r returning an int valueMarco Trevisan (Treviño)2022-07-071-1/+6
* gbacktrace: Ensure return values of write, dup and fgets are usedMarco Trevisan (Treviño)2022-07-061-13/+76
* glib: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* gbacktrace: Fix a set-but-not-used variablePhilip Withnall2022-02-171-1/+11
* gbacktrace: Fix fcntl command arguments not being checkedEgor Bychin2021-10-151-1/+5
* gwin32: Always use unicode APIsOle André Vadla Ravnås2021-01-051-3/+15
* gbacktrace: on macOS support and default to LLDBKristian Rietveld2019-11-211-7/+49
* Merge branch 'easy-uwp-patches' into 'master'Philip Withnall2019-08-261-0/+7
|\
| * glib: Don't call MessageBox() when building for UWPNirbheek Chauhan2019-08-271-0/+7
* | glib/gbacktrace.c: Handling properly the dup(stderr) callEmmanuel Fleury2019-08-261-2/+7
|/
* W32: Add a simple exception handlerРуслан Ижбулатов2019-03-061-0/+10
* Remove NO_FD_SET and assume fd_set existsChristoph Reiter2018-05-311-14/+2
* More const-correctness fixesPhilip Withnall2018-04-261-3/+3
* Fix various const-correctness issuesPhilip Withnall2018-04-261-2/+2
* glib/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-241-1/+1
* Use g_abort() instead of abort() where possibleРуслан Ижбулатов2016-04-271-1/+1
* Docs: replace <literal> by `Matthias Clasen2014-02-061-1/+1
* Drop use of the command tagMatthias Clasen2014-02-011-17/+17
* Annotate all examples with their languageMatthias Clasen2014-02-011-1/+1
* Don't use computeroutput tagMatthias Clasen2014-02-011-1/+1
* Docs: Big entity cleanupMatthias Clasen2014-02-011-2/+2
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* Require POSIX.1 (1990) compliance on unixDan Winship2013-11-201-10/+5
* Remove alleged support for BeOSDan Winship2013-11-201-1/+1
* gbacktrace: Print out gdb exec errors correctlyStef Walter2013-11-191-1/+10
* gbacktrace.c: special treatment for a weird symbolRyan Lortie2013-01-131-1/+2
* gbacktrace: g_get_prgname () isn't called for a NULL argumentJasper St. Pierre2012-01-061-4/+4
* Be sure to #include "gutils.h" in gbacktrace.cRyan Lortie2011-10-051-0/+1
* Drop the warnings.sgml templateMatthias Clasen2011-07-191-0/+63
* Fix build on Windows and possibly other non-Linux platformsTor Lillqvist2010-09-061-0/+1
* Build fixes for the fall-out of the inclusion changesEmmanuele Bassi2010-09-041-0/+3
* Remove redundant header inclusionsMatthias Clasen2010-09-031-28/+30
* glib/: fully remove galias hacksRyan Lortie2010-07-071-4/+0
* Fix some compiler warningsMatthias Clasen2008-12-311-7/+7
* Assume string.h is availableMatthias Clasen2006-09-101-2/+0
* const correctness fixes, found by Arjan van de Ven and gcc.Matthias Clasen2005-11-171-3/+3
* Check for <sys/wait.h>Tor Lillqvist2005-08-181-0/+2
* Wait for the child process and then simply return. This makes The "S"Matthias Clasen2005-08-151-4/+4
* Apply a patch which may make GLib work on BeOS again. (#309157, KianMatthias Clasen2005-06-301-1/+1
* handle galiasdef.c (although completely useless for msvc build)Hans Breuer2005-03-181-0/+1
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-141-1/+4
* On Win32 call G_BREAKPOINT() if being debugged.Tor Lillqvist2005-01-191-1/+4
* Implement the same PLT reduction technique used in GTK+:Matthias Clasen2004-09-161-0/+1
* Patch from Sven Neumann to make the include order consistent. (#71704)Owen Taylor2002-12-041-3/+1
* Include a printf implementation supporting C99 snprintf and SUSMatthias Clasen2002-11-211-14/+16