Handle continuous G_IO_IN-s without any data
Fix the maximum number of G_IO_IN-s without any data
Read stdout/stderr in a loop when using timeout callbacks
SCI_CANCEL cancels the current selection mode, and ESC was the simplest way to show that it also altered the selection (already fixed). There would be nothing wrong with the ESC or another key clearing the selection, but the command should not do that.
Fix a small leak and re-utf8 of grep cmd / extr...
Alter templates.c to use the new spawning module
Unify the build command spawning
Single-quote file name in the default printing ...
Don't check a spawned command line twice under ...
Fix for the broken I/O watch conditions on chil...
Define the WIF* and WEXITSTATUS macros in spawn...
Remove the includes of <sys/types.h> and <sys/w...
Alter build.c to use the new spawning module
Add working directory to the "execute" test
Separate spawn_read_cb() condition into input_c...
Altered tools.c to work with the new spawning m...
Clarify that a spawn stdout/stderr cb may modif...
Alter search.c to use the new spawning module
Merge branch 'master' of https://github.com/gea...
Fix a memory leak when checking a spawn command...
Fix Windows attempts to run 2+ unquoted tokens ...
Do not reallocate the build output/error text r...
Fix SPAWN_UNBUFFERED description
Altered keyfile.c to use the new spawning module
Alter printing.c to use the new spawning module
Remove the unneeded win32_spawn() and win32_get...
Add a spawn module for Geany
Alter utils.c to use the new spawning module
Improved blanks handling in Windows command lines
Fix a small leak and the checks for output/erro...
Mark the exported spawn functions as GEANY_API_...
Alter callbacks.c to use the new spawning module
Fix spawn with -DSPAWN_TEST not to require GEAN...
Fix spawn_async_with_pipes() to work without wa...
Cleanup win32defines
Prefix the WIF* macros with SPAWN_ and add shor...
Make the search.c exit status checks platform i...
Sync spawn glib/unix and Windows messages
Alter spawn to cut glib citing of the program n...
Unify the spawn callers error messages: grep tool
Alter spawn to return the error message only in...
Unify the spawn callers error messages: templat...
Unify the spawn callers error messages: context...
Fix context action spawning error message
Unify the spawn callers error messages: print c...
Fix custom command spawning error message
Unify the spawn callers error messages: custom ...
Clarify the template command spawning message
Unify the spawn callers error messages: termina...
Fix warnings about casting pointer from/to diff...
Spawn 1.10 + 2 bug fixes is now included in Geany.
Changes since 1.08: see github PR 274.
OK, thanks.
Changes since 1.07: see github PR 274.
Looks better to me, and since and create_statusbar_statistics() is static, why not?...
Fixed subject, moved %v / %V into %c / %C and updated the documentation.
Changes since 1.04: spawn_with_callbacks() rewritten to work with glib watches only,...
I'm working under Windows now, and have trouble pasting the sample "Trogar" texts....
Hmm, yes, I got the subject from another patch. I, too, do not see a case where somebody...
For Geany 2015-02-22+ (BTW, "GRegex files" above should be "GRegex fixes")
For Geany 2015-02-22+
For Geany 2015-02-22+
Changes since 1.03: see github PR 274.
Changes since 1.02: updated for "include what you use" Updated PR #274 as well.
Changes since 1.01: added spawn to makefile.win32 moved spawn to last position in...
Changes since 1.0: restored build_spawn_cmd() via /bin/sh, for compatibility updated...
Changes since 1.01: restored build_spawn_cmd() via /bin/sh, for compatibility updated...
Unless there are counter examples, I think this should be re-closed.
GRegex files, similar to https://sourceforge.net/p/geany/bugs/1029/ For Geany 20...
Sorry to bother you again, but as it turned out, "the number of matched substrings"...
error message regex parsing uses indexes matches, not subgroups
We should recheck this after the full spawning fix is applied. It can't fail in the...