summaryrefslogtreecommitdiffstats
path: root/arguments.c
AgeCommit message (Expand)Author
13 daysMerge branch 'obsd-master'HEADmasterThomas Adam
13 daysFixes for memory leaks reported by Lu Ming Yin, fixes from Howard Chu.nicm
2023-11-14Merge branch 'obsd-master'Thomas Adam
2023-11-14Don't strdup NULL filename.nicm
2023-11-14Merge branch 'obsd-master'Thomas Adam
2023-11-14Handle NULL client (in config file) when showing a status message; alsonicm
2023-07-01Merge branch 'obsd-master'Thomas Adam
2023-06-30Change a few types to fix warnings, from Thomas Klausner.nicm
2023-03-15Merge branch 'obsd-master'Thomas Adam
2023-03-15Fix command prompt not to always append argument but only if there hasnicm
2023-01-09Merge branch 'obsd-master'Thomas Adam
2023-01-08Fix parsing of optional arguments so that and accept a - starting annicm
2023-01-06Merge branch 'obsd-master'Thomas Adam
2022-12-16Add send-keys -K to handle keys directly as if typed (so look up in keynicm
2022-08-02Merge branch 'obsd-master'Thomas Adam
2022-08-02Fix validation of missing percentage arguments.nicm
2022-06-07Merge branch 'obsd-master'Thomas Adam
2022-06-07Expand arguments to some commands where it makes sense, GitHub issuenicm
2022-05-30Check if args_strtonum argument is NULL or not a string, from Anindyanicm
2022-05-14Check if args_strtonum argument is NULL or not a string, from AnindyaNicholas Marriott
2022-03-03Merge branch 'obsd-master' into masterThomas Adam
2022-03-03Allow optional arguments.nicm
2021-11-02Merge branch 'obsd-master' into masterThomas Adam
2021-11-02fatalx on unknown enum members in a couple of places, from Ben Boeckel.nicm
2021-09-10Merge branch 'obsd-master' into masterThomas Adam
2021-09-09Keep -? as usage.nicm
2021-09-09Merge branch 'obsd-master' into masterThomas Adam
2021-09-09Expand argument to run-shell again.nicm
2021-09-02Merge branch 'obsd-master' into masterThomas Adam
2021-09-02Change copying arguments to that flags without arguments are insertednicm
2021-08-27Merge branch 'obsd-master' into masterThomas Adam
2021-08-27Replace %% in command lists (by copying them) for template arguments ,nicm
2021-08-25Merge branch 'obsd-master' into masterThomas Adam
2021-08-25Validate command argument types (string or command list) and give morenicm
2021-08-23Merge branch 'obsd-master' into masterThomas Adam
2021-08-23args_make_commands_now needs to take an extra reference to the returnednicm
2021-08-23Merge branch 'obsd-master' into masterThomas Adam
2021-08-23Move command argument parsing common functions and don't bother to parsenicm
2021-08-22Merge branch 'obsd-master' into masterThomas Adam
2021-08-21Free value properly.nicm
2021-08-21Pass typed arguments out of the parser into the arguments list and letnicm
2021-08-21Merge branch 'obsd-master' into masterThomas Adam
2021-08-21Rename a member to match what it will be in future.nicm
2021-08-21Wrap command argument definitions in their own struct.nicm
2021-08-20Merge branch 'obsd-master' into masterThomas Adam
2021-08-20A couple more spacing fixes.nicm
2021-08-20Hide struct args behind a couple of accessor functions.nicm
2021-08-20Merge branch 'obsd-master' into masterThomas Adam
2021-08-20Expose args_value struct (will be needed soon) and add some missing frees.nicm
2021-08-20Add a way to create an empty arguments set.nicm