1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-10 01:48:00 +00:00
putty-source/windows/utils
Simon Tatham 18cac59b43 split_into_argv.c: tidy up large comment.
I just happened to notice that just below my huge comment explaining
the two command-line splitting policies, there's a smaller one that
refers to it as '(see large comment below)'. It's not below - it's
above!

That was because the older parts of that comment had previously been
inside split_into_argv(), until I moved the explanation further up the
file to the top level. Another consequence of that was that the older
section of the comment was wrapped to a strangely narrow line width,
because it had previously been indented further right.

Folded the two comments together, and rewrapped the narrow paragraphs.
2021-09-13 12:06:45 +01:00
..
arm_arch_queries.c Break up crypto modules containing HW acceleration. 2021-04-21 21:55:26 +01:00
cryptoapi.c Merge connshare socket naming fix from 'pre-0.75'. 2021-05-02 08:19:28 +01:00
defaults.c New library-style 'utils' subdirectories. 2021-04-18 08:18:27 +01:00
dll_hijacking_protection.c New library-style 'utils' subdirectories. 2021-04-18 08:18:27 +01:00
dputs.c New library-style 'utils' subdirectories. 2021-04-18 08:18:27 +01:00
escape_registry_key.c New library-style 'utils' subdirectories. 2021-04-18 08:18:27 +01:00
filename.c New library-style 'utils' subdirectories. 2021-04-18 08:18:27 +01:00
fontspec.c New library-style 'utils' subdirectories. 2021-04-18 08:18:27 +01:00
get_system_dir.c Factor out Windows utility function get_system_dir(). 2021-05-08 17:18:17 +01:00
get_username.c New library-style 'utils' subdirectories. 2021-04-18 08:18:27 +01:00
getdlgitemtext_alloc.c New library-style 'utils' subdirectories. 2021-04-18 08:18:27 +01:00
is_console_handle.c New library-style 'utils' subdirectories. 2021-04-18 08:18:27 +01:00
load_system32_dll.c Factor out Windows utility function get_system_dir(). 2021-05-08 17:18:17 +01:00
ltime.c New library-style 'utils' subdirectories. 2021-04-18 08:18:27 +01:00
makedlgitemborderless.c New library-style 'utils' subdirectories. 2021-04-18 08:18:27 +01:00
message_box.c New library-style 'utils' subdirectories. 2021-04-18 08:18:27 +01:00
minefield.c New library-style 'utils' subdirectories. 2021-04-18 08:18:27 +01:00
open_for_write_would_lose_data.c New library-style 'utils' subdirectories. 2021-04-18 08:18:27 +01:00
pgp_fingerprints_msgbox.c New library-style 'utils' subdirectories. 2021-04-18 08:18:27 +01:00
platform_get_x_display.c New library-style 'utils' subdirectories. 2021-04-18 08:18:27 +01:00
registry_get_string.c New library-style 'utils' subdirectories. 2021-04-18 08:18:27 +01:00
request_file.c New library-style 'utils' subdirectories. 2021-04-18 08:18:27 +01:00
security.c Rename most of the platform source files. 2021-04-26 18:00:01 +01:00
split_into_argv.c split_into_argv.c: tidy up large comment. 2021-09-13 12:06:45 +01:00
strtoumax.c New library-style 'utils' subdirectories. 2021-04-18 08:18:27 +01:00
version.c New library-style 'utils' subdirectories. 2021-04-18 08:18:27 +01:00
win_strerror.c New library-style 'utils' subdirectories. 2021-04-18 08:18:27 +01:00