Commit Graph

6356 Commits

Author SHA1 Message Date
jakllsch
36e77d45ce More clang -Werror avoidance 2016-09-02 04:49:48 +00:00
jakllsch
0b4c497657 More clang -Werror avoidance 2016-09-02 04:27:13 +00:00
jakllsch
574279d13e Add -Wno-error=enum-conversion when building glamor with clang. 2016-09-02 03:58:59 +00:00
jakllsch
f1579d78fa sprinkle appropriate -Wno-error for clang 2016-09-02 03:49:55 +00:00
jakllsch
42028367fb sprinkle __attribute__((__format__(printf.. 2016-09-01 16:30:11 +00:00
christos
574b6d56eb new example file 2016-08-31 17:27:37 +00:00
christos
a0b0e269b3 no stack protector for evbarm 2016-08-31 14:29:13 +00:00
christos
f26e8bc9c3 merge conflicts 2016-08-31 09:33:20 +00:00
christos
ed4e6cd45a CHANGES FROM 2.1 to 2.2 10 April 2016
Incompatible Changes
====================

* The format strings which referenced time have been removed.  Instead:

  #{t:window_activity}

can be used.

* Support for TMPDIR has been removed.  Use TMUX_TMPDIR instead.
* UTF8 detection how happens automatically if the client supports it, hence
  the:

  mouse-utf8
  utf8

  options has been removed.
* The:

  mouse_utf8_flag

  format string has been removed.
* The -I option to show-messages has been removed.  See:

  #{t:start_time}

  format option instead.

Normal Changes
==============

* Panes are unzoomed with selectp -LRUD
* New formats added:

  #{scroll_position}
  #{socket_path}
  #{=10:...} -- limit to N characters (from the start)
  #{=-10:...} -- limit to N characters (from the end)
  #{t:...} -- used to format time-based formats
  #{b:...} -- used to ascertain basename from string
  #{d:...} -- used to ascertain dirname from string
  #{s:...} -- used to perform substitutions on a string

* Job output is run via the format system, so formats work again
* If display-time is set to 0, then the indicators wait for a key to be
  pressed.
* list-keys and list-commands can be run without starting the tmux server.
* kill-session learns -C to clear all alerts in all windows of the session.
* Support for hooks (internal for now), but hooks for the following have been
  implemented:

  alert-bell
  alert-silence
  alert-activity
  client-attached
  client-detached
  client-resized
  pane-died
  pane-exited

* RGB (24bit) colour support.  The 'Tc' flag must be set in the external TERM
  entry (using terminal-overrides or a custom terminfo entry).
2016-08-31 09:03:59 +00:00
mrg
063e048f8f look for present and damage includes.
define HAVE_STRCASECMP and HAVE_DIX_CONFIG_H.
2016-08-30 08:19:43 +00:00
mrg
1484890888 remove obsolete module build subdirs 2016-08-30 08:18:22 +00:00
mrg
077971b469 apply some more -Wno-error=discarded-qualifiers 2016-08-30 04:04:07 +00:00
dholland
0ca1e3e00e Be more careful/explicit with FP rounding when converting floating time
to timeval. Also, don't truncate the seconds part to int for y2038.

I've had this patch sitting around since 2010 and I completely forget
what motivated it.
2016-08-27 18:48:30 +00:00
macallan
7bfa48917f pass -DAVOID_VGAHW on shark 2016-08-27 03:58:13 +00:00
dholland
9b9748abd1 PR 51446 Brad Harder: fix synopsis for :tagprev 2016-08-27 03:34:28 +00:00
dholland
720d49add0 Restore the first line of the copyright header, which accidentally got
zapped in -r1.2.
2016-08-27 03:30:48 +00:00
dholland
600a26a25d Fix previous. (Sigh.) PR 51389 again. 2016-08-26 23:55:04 +00:00
christos
1eb0ac3f07 regen for alpha and sh now that they have fenv.h 2016-08-26 17:28:54 +00:00
christos
6b98bddc8a the heuristic for the cpu dependent file atomicity.h is unusable for little
endian sh. For big-endian it happens to work because host_cpu!=sh. Elide it
2016-08-26 17:28:32 +00:00
christos
388d69f323 XXX stop gap fix for atomicity.
U __gnu_cxx::__atomic_add(int volatile*, int)
U __gnu_cxx::__exchange_and_add(int volatile*, int)
2016-08-25 13:17:09 +00:00
christos
f53b92e8bd fix sun2; no need for worker_cb.c 2016-08-25 07:13:39 +00:00
christos
dbb497205a FIx non update build (Julian Coleman) 2016-08-23 15:04:29 +00:00
martin
68da8ce34e Visit "etc" so our rc.d file gets installed. 2016-08-22 09:38:50 +00:00
mrg
34cc6e2c48 now sunffb builds, build it for xorg-server 1.18 2016-08-22 08:58:57 +00:00
mrg
115f85cd84 ffb_dga.c has const issues as well 2016-08-22 08:39:20 +00:00
mrg
9237538bc5 build 'hw' (the actual servers) after everything else. should fix
a build issue reported by Dave Tyson.
2016-08-21 20:51:04 +00:00
joerg
2f09723281 HAVE_GCC may be undefined. 2016-08-21 18:23:58 +00:00
joerg
abb6771cb7 Ignore abuse of VLAs. 2016-08-21 18:23:33 +00:00
christos
9d2979415e reorder for the benefit of sun2 2016-08-21 17:24:22 +00:00
joerg
95bd5eff9b HAVE_GCC may be undefined. 2016-08-21 12:39:17 +00:00
mrg
0078a2c916 reenable chips driver everywhere now it builds with xorg-server 1.18 2016-08-20 23:56:19 +00:00
mrg
e5e692211a apply -Wno-error=discarded-qualifiers only with GCC > 4. 2016-08-20 20:22:53 +00:00
joerg
cd81055f70 Don't bail out on #warning for clang either. 2016-08-20 20:19:08 +00:00
christos
65510e9c89 avoid yacc regeneration (lex does not need it, because their file is called
.lex and we don't have rules for that)
2016-08-20 15:24:29 +00:00
hannken
7139aab724 Remove now obsolete operation vcache_remove().
Welcome to 7.99.36
2016-08-20 12:37:06 +00:00
christos
c90b9921a5 unbound additions 2016-08-20 11:21:50 +00:00
christos
d909946ca0 Add bould glue 2016-08-20 11:20:31 +00:00
christos
3b6c3722d8 Import unbound 1.5.9 2016-08-20 11:08:26 +00:00
mrg
50a0769e5d turn off chips driver for macppc and xorg-server 1.18 (for now.) 2016-08-20 06:51:00 +00:00
mrg
cda8b1479d redo previous in a way that always works 2016-08-20 06:49:21 +00:00
mrg
cc0f8c1f2c apply -Wno-error=cpp only for GCC builds. 2016-08-20 05:44:00 +00:00
mrg
6d38360287 enable mga driver on sparc64 and xorg-server 1.18 2016-08-20 05:24:26 +00:00
mrg
4bfbfcb844 reenable the cirrus, i128, i740, neomagic and tseng drivers now they
build with xorg-server 1.18.
2016-08-20 05:02:58 +00:00
mrg
a541939fe8 re-enable ast driver for xorg-server 1.18 and x86 as 1.1.5 builds. 2016-08-20 03:57:25 +00:00
mrg
faebb2a137 use and force evaluation of ${.PARSEDIR}. fixes build for some drivers. 2016-08-20 03:44:19 +00:00
mrg
1c8e124826 disable chips driver for ofppc and xorg-server 1.18. radeon works. 2016-08-20 03:26:56 +00:00
mrg
bfe27e78b7 now they build, reenable mach64, mga, s3, s3virge and tdfx drivers on x86
when built with xorg-server 1.18
2016-08-20 01:08:13 +00:00
mrg
f4f846ba5d delete dead code 2016-08-20 01:04:48 +00:00
mrg
c391facab0 delete dead code. fix DIX flags for xorg-server 1.18 build after the
no longer installed dix-config.h
2016-08-20 01:03:34 +00:00
mrg
77801c142b apply -Wno-error=cpp due to this driver using xf86PciInfo.h. 2016-08-20 00:48:23 +00:00