Bill Kendrick
18f9cad6fe
Adding "indent.sh" to re-indent code; ran it!!!
2023-04-23 23:26:00 -07:00
Bill Kendrick
cc05925d9e
Re-ran indent on all .c & .h source code files
...
Like so --
find . -name "*.c" -or -name "*.h" -exec indent -nbfda -npcs -npsl -bli0 --no-tabs {} \;
The `indent` invocation differs from the last one noted in
CHANGES.txt (from 2006!?), in that I've added "--no-tabs",
to ensure indents are all space-based.
2022-09-15 00:14:20 -07:00
dolphin6k
0cb079acb0
win32_trash.c: converted newline from <CR><LF> to <LF>
2021-11-03 20:51:25 +09:00
dolphin6k
2a6b55e3c2
"Move to recycle bin" for Windows is now ready for the tests.
2021-10-31 17:18:16 +09:00
dolphin6k
f9efb48450
win32_trash() to work correctly on various version of windows.
...
Careful tests are still required.
2021-10-31 15:49:55 +09:00
dolphin6k
8d23668589
UNLINK_ONLY macro to work correctly for windows.
2021-10-30 07:34:30 +09:00
dolphin6k
87ed5bc991
tweak for win32_trash()
2021-10-29 23:37:19 +09:00
dolphin6k
61ce0798d9
Initial implimentation of win32_trash()
2021-10-28 22:47:32 +09:00