Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-06-07 | revert 'rc' handling for now, as it breaks iaxclient. | Jasper Lievisse Adriaanse | |
the underlying issue will be dealt with soon. discussed with and ok sthen@ | |||
2011-06-07 | prevent stringize from messing up the Name field | Jasper Lievisse Adriaanse | |
2011-06-07 | Don't try to parse the requirements for a module if only modversion or | Jasper Lievisse Adriaanse | |
printprovides are requested. | |||
2011-06-06 | fix PKG_CONFIG_LOG as the first argument to beautify_list() was incorrect | Jasper Lievisse Adriaanse | |
2011-06-06 | rename PKG_CONFIG_LOGFILE to PKG_CONFIG_LOG to match fd.o | Jasper Lievisse Adriaanse | |
2011-06-06 | fix spello in...er...my own name. | Jasper Lievisse Adriaanse | |
2011-06-06 | Add AUTHORS section | Jasper Lievisse Adriaanse | |
"sure" espie@, ok jmc@ | |||
2011-06-06 | - style tweaks by espie@ | Jasper Lievisse Adriaanse | |
- bump version to 0.25 | |||
2011-06-06 | move simple numeric comparison to a single routine, instead of duplicating it | Jasper Lievisse Adriaanse | |
2011-06-06 | also handle the 'rc' suffix | Jasper Lievisse Adriaanse | |
2011-06-06 | First steps of teaching pkg-config about 'alpha' and 'beta' versions. | Jasper Lievisse Adriaanse | |
The order is 'alpha' < 'beta' < ' ' , and the common shorts 'a' and 'b' are also accepted. It may have some rought edges, but they will be dealt with later. tested in a full bulk by me, reads good to landry@ | |||
2011-06-05 | Add a respawn-pane command, from Marcel Partap. | Nicholas Marriott | |
2011-06-05 | Get rid of the layout string code which tries to walk through the layout | Nicholas Marriott | |
hierarchy and instead just look at what panes are actually in the window. | |||
2011-06-04 | explain IdentifyFile's semantics a little better, prompted by bz#1898 | Damien Miller | |
ok dtucker jmc | |||
2011-06-03 | Allow device encoding to be set if -u is also used. Useful to degrade | Alexandre Ratchov | |
quality to save bandwith when a remote audio device is used. | |||
2011-06-03 | factor tests for f->opt->join flag, no behaviour change | Alexandre Ratchov | |
2011-06-03 | Clarify that the ratio between sample rate and block size | Alexandre Ratchov | |
is the MTC clock rate. Suggested by Alexey Suslikov | |||
2011-06-03 | Reorganize the way command line options are parsed and stored. | Alexandre Ratchov | |
No behaviour change. | |||
2011-06-03 | add missing header, needed by the use of struct tm | Charles Longeau | |
ok nicm@ xsa@ | |||
2011-06-03 | update EXAMPLES to use "-joff", since "-jon" is the default | Alexandre Ratchov | |
found by peters at schwertfisch.de, thanks | |||
2011-06-03 | protect errno from damage in the signal handler | Theo de Raadt | |
ok otto | |||
2011-06-03 | Make ^D behave: dont't echo it and make it work if the cursor is at | Otto Moerbeek | |
start of line after a ^C; ok okan@ deraadt@ | |||
2011-06-03 | Check current parent process ID against saved one to determine if the parent | Darren Tucker | |
has exited, rather than attempting to send a zero signal, since the latter won't work if the parent has changed privs. bz#1905, patch from Daniel Kahn Gillmor, ok djm@ | |||
2011-06-03 | bz#1883 - setproctitle() to identify mux master; patch from Bert.Wesarg | Damien Miller | |
AT googlemail.com; ok dtucker@ | |||
2011-06-02 | If there are no descriptors to poll, just sleep until SIGALRM | Alexandre Ratchov | |
is posted and then update all timers and restart the event loop. Fixes throtteling while midi inputs are drained. | |||
2011-06-02 | close midi control ports and thru boxes only when there are no | Alexandre Ratchov | |
inputs anymore, to ensure data is drained | |||
2011-06-02 | don't exit from the main loop if there are pending time outs. | Alexandre Ratchov | |
Fixes midi inputs not being properly drained when they are temporarily blocked to limit input data rate | |||
2011-06-02 | Change ktr_retval to a register_t so that we can see the full 64-bits | Theo de Raadt | |
when neccesary. It is incredible this 64-bit bug has existed for this long. ok miod | |||
2011-06-02 | Revert previous; changes linking order for pkg-config --libs, breaking X on VAX. | Stuart Henderson | |
Found by matthieu@ | |||
2011-06-01 | - avoid YY_FLUSH_BUFFER: it is not signal safe and it does not work as intended | Otto Moerbeek | |
after the introduction of editline - honour editline edit off mode | |||
2011-05-31 | Minor fixes by kristaps@, based on issues reported by jmc@. | Ingo Schwarze | |
2011-05-31 | Lint didn't take into account padding of LDOUBLE, LDCOMPLEX, | Martynas Venckus | |
LDIMAGINARY, therefore was doing portability checks against a non-existent architecture. Make psizes of the mentioned types 128-bits for portability checks. (since it's rarer). | |||
2011-05-31 | Warn on empty non-compound selection statements, such as "if (foo);". | Martynas Venckus | |
- "empty body of the if statement", - "empty body of the else statement". millert@ thought it's useful. | |||
2011-05-31 | Make tt_domain = 3 (complex), not 1 (real) for the complex types | Martynas Venckus | |
(COMPLEX, DCOMPLEX, LDCOMPLEX). While at it, _Complex float -> float _Complex since that's the type defined by C99. OK millert@. | |||
2011-05-30 | Fix a typo, spotted by Michal Mazurek.. | Nicholas Marriott | |
2011-05-30 | Typos: "in in", "prototyp". | Martynas Venckus | |
2011-05-29 | Fix more regressions introduced in 1.11.3: | Ingo Schwarze | |
Some predefined strings got changed in -Tascii mode. With this fix, they change in other output modes, but -Tascii is what matters. | |||
2011-05-29 | Fix two regressions introduced in 1.11.3: | Ingo Schwarze | |
* Do not pass integers outside the ASCII range to isprint(). * Make sure escaped characters are really printed verbatim when the escape sequence has no special meaning. | |||
2011-05-29 | Merge release 1.11.3, almost all code by kristaps@: | Ingo Schwarze | |
* Unicode output support (no Unicode input yet, though). * Refactoring: completely handle predefined strings in roff.c. - New function mandoc_escape() replaces a2roffdeco() and mandoc_special(). - Start using mandoc_getarg() in mdoc_argv.c. - Clean up parsing of delimiters in mdoc(7). * And many minor fixes and lots of cleanup. | |||
2011-05-26 | tweak previous; | Jason McIntyre | |
2011-05-26 | slightly clarify -v option description | Alexandre Ratchov | |
2011-05-26 | make clipping less ugly, from Sviatoslav Chagaev | Alexandre Ratchov | |
2011-05-26 | add a new -w flag to control whether master volume is automatically | Alexandre Ratchov | |
adjusted when new streams are connected and disconnected. Disabling automatic volume adjustment makes sense if all streams are recorded with properly lowered volumes. | |||
2011-05-26 | Trim another useless if statement, from Ailin Nemui. | Nicholas Marriott | |
2011-05-25 | Memory leak in error path, from Tiago Cunha. | Nicholas Marriott | |
2011-05-25 | Nuke a redundant if statement, from Tiago Cunha. | Nicholas Marriott | |
2011-05-25 | add one more signal block for handling '_intmp' (the list of files scheduled | Theo de Raadt | |
to be deleted at termination), and then make the signal handler race safe. ok nicm | |||
2011-05-25 | memoize handle_config; is not a slow routine per se, but we spend | Jasper Lievisse Adriaanse | |
a lot of time in it, so cache the return values. The most gain is from configure scripts/build commands which query several modules at the same time. this results in as much as a 40% speedup for those pkg-config invocations. tested in a bulk/ok landry@ | |||
2011-05-24 | Remove undocumented legacy options UserKnownHostsFile2 and | Damien Miller | |
GlobalKnownHostsFile2 by making UserKnownHostsFile/GlobalKnownHostsFile accept multiple paths per line and making their defaults include known_hosts2; ok markus | |||
2011-05-23 | read in key comments for v.2 keys (though note that these are not | Damien Miller | |
passed over the agent protocol); bz#439, based on patch from binder AT arago.de; ok markus@ |