summaryrefslogtreecommitdiff
path: root/string.c (follow)
Commit message (Expand)AuthorAge
* gui: Require a UTF-8 terminal.Andre Noll2026-05-25
* Move read_size_header() from string.c to stat.c.Andre Noll2026-05-24
* Fix documentation of alloc().Andre Noll2026-04-08
* Mark zalloc() with __malloc.Andre Noll2026-04-08
* Switch to SPDX identifiers.Andre Noll2026-03-17
* Remove para_strcat().Andre Noll2026-01-04
* Modify para_hostname() to return a static buffer.Andre Noll2025-08-07
* Improve documentation of para_printf().Andre Noll2025-07-09
* Merge topic branch t/build into masterAndre Noll2025-05-20
|\
| * build: Revamp git versioning.Andre Noll2025-03-25
| * build: Merge version.{c,h} into string.{c,h}.Andre Noll2025-03-25
* | Include regex.h from para.h.Andre Noll2025-05-19
|/
* string.c: Remove an unused local variable in for_each_line().Andre Noll2025-03-19
* string.c: Don't fall back to /tmp in para_homedir().Andre Noll2023-12-24
* create_argv_offset(): Use arr_zalloc().Andre Noll2023-12-24
* Open-code find_arg().Andre Noll2022-10-03
* Merge topic branch t/overflow into masterAndre Noll2022-10-03
|\
| * string: Introduce arr_zalloc().Andre Noll2022-07-29
| * string: Introduce arr_alloc().Andre Noll2022-07-29
| * string: Introduce arr_realloc() and check for integer overflow.Andre Noll2022-07-29
| * string: Rename para_calloc() -> zalloc().Andre Noll2022-07-29
| * string: Rename para_malloc() -> alloc().Andre Noll2022-07-29
| * string: Overhaul para_strdup().Andre Noll2022-07-29
* | Merge branch 'refs/heads/t/ll'Andre Noll2022-09-18
|\ \ | |/ |/|
| * daemon: Kill get_loglevel_by_name().Andre Noll2022-07-02
* | Remove para_dirname() and para_basename().Andre Noll2022-05-30
|/
* Simplify and improve freep().Andre Noll2019-10-12
* string.c: Fix typos in comment.Andre Noll2018-12-25
* Shorten copyright notice.Andre Noll2017-09-22
* Merge branch 'refs/heads/t/doxygen'Andre Noll2017-07-21
|\
| * doxygen: Add \ref to references.Andre Noll2017-06-25
| * doxygen: Trivial cleanups.Andre Noll2017-06-25
* | Remove some unnecessary includes.Andre Noll2017-07-16
|/
* string.c: Improve documentation of create_argv().Andre Noll2016-08-07
* Remove explicit uses of _GNU_SOURCE.Andre Noll2016-06-12
* Introduce sanitize_str().Andre Noll2016-03-13
* string.c: Simplify and rename wide character helpers.Andre Noll2016-03-13
* string.c: Alloc space for terminating null wide character.Andre Noll2016-03-13
* string.c: Handle invalid loglevels gracefully.Andre Noll2016-01-10
* string.c: Kill E_STRTOLL.Andre Noll2015-09-20
* string.c: Fix typo in comment.Andre Noll2015-01-20
* string.c: Simplify and improve for_each_line().Andre Noll2015-01-18
* Update year in copyright headers.Andre Noll2015-01-12
* doc: Change email address to maan@tuebingen.mpg.deAndre Noll2014-08-18
* Remove chop().Andre Noll2014-05-04
* Change copyright year to 2014.Andre Noll2014-02-22
* Remove __malloc attribute from para_realloc().Andre Noll2014-02-22
* Merge branch 't/gui_improvements'Andre Noll2013-06-07
|\
| * string: Speed up xvasprintf().Andre Noll2013-05-02
| * string: Add discard feature for for_each_line().Andre Noll2013-05-02