[fvwmorg/fvwm] 198be2: Remove common library replacements

2016-10-19 Thread GitHub
  Branch: refs/heads/ta/todo
  Home:   https://github.com/fvwmorg/fvwm
  Commit: 198be25025a6a7a7f336afdab075318408515050
  
https://github.com/fvwmorg/fvwm/commit/198be25025a6a7a7f336afdab075318408515050
  Author: Thomas Adam 
  Date:   2016-09-12 (Mon, 12 Sep 2016)

  Changed paths:
M configure.ac
R libs/atexit.c
M libs/fvwmlib.h
R libs/gethostname.c
R libs/strcasecmp.c
R libs/strdup.c
R libs/strerror.c
R libs/strncasecmp.c
R libs/usleep.c
M modules/FvwmCommand/FvwmCommand.h

  Log Message:
  ---
  Remove common library replacements

Now that the STDC set across Linux distributions/BSD has moved on twenty
years, remove our copies of standard calls.


  Commit: 39368e5aed119a62c991fdf8581776520a0e5d82
  
https://github.com/fvwmorg/fvwm/commit/39368e5aed119a62c991fdf8581776520a0e5d82
  Author: Thomas Adam 
  Date:   2016-10-06 (Thu, 06 Oct 2016)

  Changed paths:
M configure.ac

  Log Message:
  ---
  ARFLAGS: silence default options warning

Until automake fix this upstream, for now, set the ARFLAGS variable to the
default values.


  Commit: e74f913b2a3f0fdaa968c0bb638097b3e66b6f30
  
https://github.com/fvwmorg/fvwm/commit/e74f913b2a3f0fdaa968c0bb638097b3e66b6f30
  Author: Thomas Adam 
  Date:   2016-10-06 (Thu, 06 Oct 2016)

  Changed paths:
M docs/DEVELOPERS.md

  Log Message:
  ---
  Add note about how to merge pull-requests


  Commit: ef5426cecf48a16fe6de32c74058a7c6ee59847b
  
https://github.com/fvwmorg/fvwm/commit/ef5426cecf48a16fe6de32c74058a7c6ee59847b
  Author: Thomas Adam 
  Date:   2016-10-15 (Sat, 15 Oct 2016)

  Changed paths:
M configure.ac
M libs/Ficonv.c
M libs/Makefile.am
R libs/alloca.c

  Log Message:
  ---
  FreeBSD Fixes: Bye-bye alloca

Do not ship our own version of alloca.  That's insane, and most of the systems
our version was written for are now acting as overweight door stops in a dusty
museum somewhere.


  Commit: 9703d649aa91c74dde1ac92caedc3145fa1d6f53
  
https://github.com/fvwmorg/fvwm/commit/9703d649aa91c74dde1ac92caedc3145fa1d6f53
  Author: Thomas Adam 
  Date:   2016-10-16 (Sun, 16 Oct 2016)

  Changed paths:
M configure.ac
M fvwm/fvwm.c

  Log Message:
  ---
  Make PNG support mandatory

Traditionally, FVWM has always had the option of not linking to any image
renderer at all.

But, the entire world has moved on, and support for images is becoming more
important, especially with third-party applications.  Indeed, FVWM itself will
have a new default configuration soon which will make use of PNGs.  It's a
good idea to support this out of the box.

Choosing the default image library is not easy -- and although there's a sway
towards SVGs (which FVWM supports), PNGs are quite common still, so use that.


  Commit: 1e418d0150bb3a0ae5d1aa13bdec1bca4c3fa3bc
  
https://github.com/fvwmorg/fvwm/commit/1e418d0150bb3a0ae5d1aa13bdec1bca4c3fa3bc
  Author: Thomas Adam 
  Date:   2016-10-20 (Thu, 20 Oct 2016)

  Changed paths:
M TODO.md

  Log Message:
  ---
  +.


Compare: https://github.com/fvwmorg/fvwm/compare/bedab2eaf8cd...1e418d0150bb


[fvwmorg/fvwm] 198be2: Remove common library replacements

2016-09-11 Thread GitHub
  Branch: refs/heads/ta/remove-common-calls
  Home:   https://github.com/fvwmorg/fvwm
  Commit: 198be25025a6a7a7f336afdab075318408515050
  
https://github.com/fvwmorg/fvwm/commit/198be25025a6a7a7f336afdab075318408515050
  Author: Thomas Adam 
  Date:   2016-09-12 (Mon, 12 Sep 2016)

  Changed paths:
M configure.ac
R libs/atexit.c
M libs/fvwmlib.h
R libs/gethostname.c
R libs/strcasecmp.c
R libs/strdup.c
R libs/strerror.c
R libs/strncasecmp.c
R libs/usleep.c
M modules/FvwmCommand/FvwmCommand.h

  Log Message:
  ---
  Remove common library replacements

Now that the STDC set across Linux distributions/BSD has moved on twenty
years, remove our copies of standard calls.