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
9 days
actions.c: handle 61 -Wextra-semi-stmt warnings from clang
HEAD
master
Alan Coopersmith
1
-3
/
+3
2024-05-02
negf: Fix -Wformat-truncation warning
Alan Coopersmith
1
-1
/
+1
2023-05-04
xcalc 1.1.2
xcalc-1.1.2
Alan Coopersmith
1
-2
/
+2
2023-02-18
Accept number keys on main keyboard when NumLock is on
Alan Coopersmith
1
-0
/
+10
2023-02-05
Add -help option
Alan Coopersmith
2
-10
/
+23
2023-02-05
Stop casting function returns to void
Alan Coopersmith
2
-13
/
+13
2023-02-05
Fix -version handling to not require opening a display first
Alan Coopersmith
1
-11
/
+15
2023-01-28
Add -version option
Alan Coopersmith
2
-1
/
+14
2023-01-26
Key color highlighting still incorrect
Michael Bäuerle
1
-15
/
+41
2022-07-16
gitlab CI: stop requiring Signed-off-by in commits
Alan Coopersmith
1
-2
/
+2
2022-04-03
xcalc 1.1.1
xcalc-1.1.1
Alan Coopersmith
1
-1
/
+1
2022-04-02
man page: remove out-of-date COPYRIGHT section
Alan Coopersmith
1
-4
/
+0
2021-12-04
Build xz tarballs instead of bzip2
Alan Coopersmith
1
-1
/
+1
2021-12-04
gitlab CI: add a basic build test
Alan Coopersmith
1
-0
/
+98
2021-11-28
Fix spelling/wording issues
Alan Coopersmith
2
-2
/
+2
2021-09-17
TI mode: correct key color highlighting
Alan Coopersmith
1
-39
/
+43
2019-06-09
xcalc 1.1.0
xcalc-1.1.0
Alan Coopersmith
1
-1
/
+1
2019-06-01
Fix -Wsign-compare warning in quit() function
Alan Coopersmith
1
-1
/
+2
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
[next]