Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

minor cleanups, install man page, git ignore debris, LaTeX manual #2

Open
wants to merge 41 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
740d829
automake -Wall option
barak Jan 12, 2016
2429b49
remove autoconf-generated file config_aux/config.h.in
barak Jan 12, 2016
7549cc1
update .gitignore
barak Jan 12, 2016
5e3304d
set lib.so number to match Debian, and placate autoreconf
barak Jan 12, 2016
08010d4
autoupdate
barak Jan 12, 2016
973642a
pass through autogen.sh args to autorconf
Jan 12, 2016
3823490
include f2c(1) page in build scripts, remove pre-formatted version
barak May 26, 2016
5ade6bd
m4/ in configure.ac, no need elsewhere
barak May 26, 2016
31431fc
autoupdate
barak May 26, 2016
e995363
Prevent warning on rmdir() by including the header file before using …
catull Mar 13, 2016
db382ce
add upstream ChangeLog
barak Jan 12, 2016
a9614aa
install docs, include files in make dist tarball
barak Jan 12, 2016
847ebde
man dash hyphen slash
barak May 26, 2016
9d19a08
remove ancient boilerplate for deficient troff -man macros
barak May 26, 2016
84e3929
Makefile stanza to download latest upstream ChangeLog
barak May 26, 2016
c10f930
latex version of manual
barak May 26, 2016
6081468
generate via LaTeX and install manual f2c.pdf
barak May 27, 2016
a718132
include stray files in make dist tarball
barak May 27, 2016
a812c33
fiddle with technical report
barak Jun 1, 2016
1224b58
enable compiler warnings
barak Jun 4, 2016
ff9a101
weak MAIN__ and main
barak Jun 5, 2016
f6c74ba
Use usr/bin/cpp for arch.
Jun 19, 2017
c354a71
merge upstream change: version 20160114
barak Feb 22, 2018
3698841
Merge remote-tracking branch 'juanjosegarciaripoll/master'
barak Feb 22, 2018
31652e3
Merge remote-tracking branch 'wilson-ko/master'
barak Feb 22, 2018
89c6edd
bibtex search in not-in-place build
barak Feb 22, 2018
4bff4a2
make generation of documentation optional
barak Feb 22, 2018
4f916ee
squash potential buffer overflow
barak Feb 23, 2018
fe95e73
follow GCC suggestions to add parenthesis
barak Feb 23, 2018
60df2f3
disable some annoying GCC warnings
barak Feb 23, 2018
66552a0
follow GCC suggestions to add parenthesis
barak Feb 23, 2018
504402e
unused variable
barak Feb 23, 2018
f9f632c
follow GCC suggestions to add parenthesis
barak Feb 23, 2018
8fc3606
Only use function attribute "weak" for non-macOS systems.
catull Jan 6, 2020
49c7799
Properly format writing of int to file.
catull Jan 6, 2020
071e36b
Change compile flag -Wno-maybe-uninitialized to -Wno-uninitialized.
catull Jan 6, 2020
cfe475b
Remove compiler warnings.
catull Jan 6, 2020
4edd0fc
check for slightly more unique source file
barak Oct 17, 2020
3eaa634
avoid exit(3) without prototype
barak Jun 7, 2024
2f87bda
fix weak error
barak Jun 7, 2024
0b2443d
squelch some warnings using better whitespace
barak Jun 7, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'juanjosegarciaripoll/master'
barak committed Feb 22, 2018

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 369884125a3e8b21c884d7dc98ffaf92aea2910f
1 change: 1 addition & 0 deletions src/sysdep.h
Original file line number Diff line number Diff line change
@@ -100,3 +100,4 @@ extern char *chr_fmt[], escapes[], *str_fmt[];
#if defined(HAVE_MKDTEMP) || defined(HAVE_RMDIR)
#include <unistd.h> /* for mkdtemp() or rmdir() */
#endif
#endif /* F2C_SYSDEP_H */
You are viewing a condensed version of this merge commit. You can view the full changes here.