index
:
xorg/app/xcalc
CYGWIN
DAMAGE-XFIXES
IPv6-REVIEW
XACE-SELINUX
XEVIE
XINERAMA_2
XORG-6_8-branch
XORG-CURRENT
XORG-RELEASE-1
XORG-RELEASE-1-STSF
XORG-RELEASE-1-TM
XORG-STABLE
XPRINT
master
Scientific calculator for X (mirrored from https://gitlab.freedesktop.org/xorg/app/xcalc)
herrb
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2019-06-01
Fix -Wsign-compare warning in Syntax() function
Alan Coopersmith
1
-4
/
+2
2019-06-01
Pass -D_CONST_X_STRING to make libXt declare String as const char *
Alan Coopersmith
1
-1
/
+1
2019-06-01
Add bitwise ops and base conversion (DEC/OCT/HEX) to man page
Alan Coopersmith
1
-1
/
+45
2019-02-18
Add bitwise ops and base conversion (DEC/OCT/HEX) in TI mode
Tim Hentenaar
5
-95
/
+426
2019-02-17
xcalc 1.0.7
xcalc-1.0.7
Alan Coopersmith
1
-1
/
+1
2019-01-06
Reduce scope of i (cppcheck --verbose --enable=all)
Stéphane Aulery
1
-2
/
+1
2019-01-06
Reduce scope of cell (cppcheck --verbose --enable=all)
Stéphane Aulery
1
-2
/
+3
2018-11-21
Update configure.ac bug URL for gitlab migration
Alan Coopersmith
1
-1
/
+1
2018-11-16
Update README for gitlab migration
Alan Coopersmith
3
-26
/
+19
2018-05-05
Reword fall through comments to appease gcc -Wimplicit-fallthrough
Alan Coopersmith
1
-3
/
+3
2018-05-05
Fix misleading indentation in math.c
Alan Coopersmith
1
-4
/
+4
2017-01-26
autogen: add default patch prefix
Mihail Konev
1
-0
/
+3
2017-01-26
autogen.sh: use quoted string variables
Emil Velikov
1
-4
/
+4
2017-01-26
autogen.sh: use exec instead of waiting for configure to finish
Peter Hutterer
1
-1
/
+1
2015-01-19
xcalc 1.0.6
xcalc-1.0.6
Alan Coopersmith
1
-1
/
+1
2014-08-07
Replace index() call with strchr()
Alan Coopersmith
1
-1
/
+1
2014-06-02
autogen.sh: Honor NOCONFIGURE=1
Alan Coopersmith
1
-2
/
+3
2014-06-02
configure: Drop AM_MAINTAINER_MODE
Alan Coopersmith
2
-2
/
+1
2013-12-18
Replace signal_t with void
Gaetan Nadon
2
-7
/
+4
2013-12-16
Assume signal handlers return void, as C89 requires
Gaetan Nadon
1
-4
/
+0
2013-07-09
Mark functions noreturn as suggested by gcc -Wmissing-noreturn
Alan Coopersmith
2
-4
/
+4
2013-07-09
Rename "e" arguments to "ev" to avoid shadowing e() function
Alan Coopersmith
1
-84
/
+84
2013-07-09
Remove redundant redeclaration of ‘factorial’
Alan Coopersmith
1
-1
/
+0
2013-07-09
Replace sprintf & strcpy calls with snprintf & strlcpy
Alan Coopersmith
3
-33
/
+52
2013-07-06
Remove unused min & max macros from math.c
Alan Coopersmith
1
-2
/
+1
2013-07-06
Use the new M_E symbol from math.h
Stéphane Aulery
1
-2
/
+6
2013-07-06
Use the new M_PI symbol from math.h
Stéphane Aulery
1
-13
/
+13
2013-07-06
Drop CRAY support
Stéphane Aulery
1
-27
/
+0
2013-01-14
xcalc 1.0.5
xcalc-1.0.5
Alan Coopersmith
1
-1
/
+1
2012-08-23
Use table markup rather than tab stops. Aids DocBook translation.
Eric S. Raymond
1
-54
/
+62
2011-09-28
Strip trailing whitespace
Alan Coopersmith
6
-49
/
+49
2011-09-28
Add const to parse_double() args to fix gcc -Wwrite-strings warnings
Alan Coopersmith
1
-1
/
+1
2011-01-19
config: move man pages into their own directory
Gaetan Nadon
4
-18
/
+18
2011-01-13
man: replace hard coded man page section with substitution strings
Gaetan Nadon
1
-1
/
+1
2011-01-13
man: remove trailing spaces and tabs
Gaetan Nadon
1
-25
/
+25
2011-01-12
config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
Gaetan Nadon
1
-1
/
+1
2010-11-26
xcalc 1.0.4.1
xcalc-1.0.4.1
Alan Coopersmith
1
-1
/
+1
2010-11-24
xcalc 1.0.4
xcalc-1.0.4
Alan Coopersmith
1
-1
/
+1
2010-11-20
create_keypad: declare list of button name strings as const
Alan Coopersmith
1
-1
/
+1
2010-11-20
Purge RCS/CVS version tags
Alan Coopersmith
6
-15
/
+1
2010-11-20
config: Explicitly check for xt & x11 pkgs, since xcalc calls those directly
Alan Coopersmith
1
-1
/
+1
2010-11-20
config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
Alan Coopersmith
1
-4
/
+7
2010-11-20
config: Remove unnecessary calls from configure.ac
Alan Coopersmith
1
-6
/
+1
2010-11-20
config: upgrade to util-macros 1.8 for additional man page support
Alan Coopersmith
2
-22
/
+4
2010-11-20
config: update AC_PREREQ statement to 2.60
Gaetan Nadon
1
-1
/
+1
2010-02-11
config: move CWARNFLAGS from configure.ac to Makefile.am
Gaetan Nadon
2
-2
/
+1
2009-12-19
configure.ac: use backticks rather than $() for cmd subs
Gaetan Nadon
1
-1
/
+1
2009-12-17
xcalc 1.0.3
xcalc-1.0.3
Alan Coopersmith
1
-1
/
+2
2009-12-17
Apply automake silencer to man page generation rule
Alan Coopersmith
1
-1
/
+1
2009-11-26
Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
Gaetan Nadon
1
-1
/
+2
[next]