Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (2h)  pkgsrc-2024Q1 (9d)  pkgsrc-2023Q4 (56d)  pkgsrc-2023Q2 (88d)  pkgsrc-2023Q3 (168d) 

2024-05-26 18:01:31 UTC Now

2015-01-20 09:23:09 UTC MAIN commitmail json YAML

Update to 1.0.6:

xcalc is a scientific calculator X11 client that can emulate a TI-30
or an HP-10C.

This minor maintenance release includes a couple years worth of build
improvements, code cleanups, and bug fixes.

Alan Coopersmith (9):
      Remove unused min & max macros from math.c
      Replace sprintf & strcpy calls with snprintf & strlcpy
      Remove redundant redeclaration of ‘factorial’
      Rename "e" arguments to "ev" to avoid shadowing e() function
      Mark functions noreturn as suggested by gcc -Wmissing-noreturn
      configure: Drop AM_MAINTAINER_MODE
      autogen.sh: Honor NOCONFIGURE=1
      Replace index() call with strchr()
      xcalc 1.0.6

Gaetan Nadon (2):
      Assume signal handlers return void, as C89 requires
      Replace signal_t with void

Stéphane Aulery (3):
      Drop CRAY support
      Use the new M_PI symbol from math.h
      Use the new M_E symbol from math.h

(wiz)