search for: _sc_search_regexp

Displaying 4 results from an estimated 4 matches for "_sc_search_regexp".

2012 Sep 17
1
[PATCH libguestfs] maint: remove a subsumed syntax-check rule
...right (C) 2003-2012 Free Software Foundation, Inc. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -115,16 +115,6 @@ sc_prohibit_gethostby: halt='use getaddrinfo, not gethostby*' \ $(_sc_search_regexp) -# Disallow trailing blank lines. -sc_prohibit_trailing_blank_lines: - @$(VC_LIST_EXCEPT) \ - | xargs perl -ln -0777 -e \ - '-f $$ARGV or next; /\n\n+$$/ and print $$ARGV' > $@-t - @found=0; test -s $@-t && { found=1; cat $@-t 1>&2; \ - echo '$(ME...
2012 Sep 16
3
Remaining syntax-check errors in libguestfs
... and why they are (probably) not errors. > bindtextdomain > daemon/guestfsd.c > erlang/erl-guestfs-proto.c > examples/copy_over.c > examples/create_disk.c > examples/display_icon.c > examples/inspect_vm.c > examples/mount_local.c > examples/virt-dhcp-address.c > tests/c-api/test-add-drive-opts.c > tests/c-api/test-add-libvirt-dom.c >
2010 Sep 21
1
Proposed timetable for libguestfs 1.6
...header. 0e422c0 syntax: Remove unused signal.h header. a0b7045 syntax: Remove unused c-ctype.h header. c1b6352 syntax: Fully bracket m4 macro arguments. b3d94d6 syntax: Remove trailing spaces. b4a3aec syntax: Use spaces instead of tabs for indentation. 3d994f3 syntax: Replace _prohibit_regexp with _sc_search_regexp. c359347 fish: glob should only print commands when trace mode is enabled. b033b55 fish: Add regression test for copy-in and copy-out. 3161cb5 README: Document virtio-serial is now the only vmchannel. b1e6580 fish: const-correctness fixes in copy.c f6246e9 Version 1.5.11. 0255835 Update OCaml depen...
2016 Aug 18
5
[PATCH v2 0/4] New getprogname module
Hi, as discussed in [1], this series adds a new getprogname module. All it does is providing a getprogname function, much like what is found on e.g. *BSD systems, and using it in gnulib instead of progname. Also, using it explicitly by modules avoids gnulib users the need of either use the progname module (GPL), or to provide program_name (and call set_program_name manually, which is not always