]>
 
 
Sergey Matveev's repositories - st.git/log 
 
 
 
 
 
 
summary  | 
shortlog  | log | 
commit  | 
commitdiff  | 
tree 
first ⋅ prev ⋅ next
 
Matthias-Christian Ott [Sun, 15 Jun 2008 15:31:24 +0000 (17:31 +0200)] 
 
simplify flushing 
 
Matthias-Christian Ott [Sun, 15 Jun 2008 07:19:22 +0000 (09:19 +0200)] 
 
correct buffering 
 
Matthias-Christian Ott [Sat, 14 Jun 2008 21:29:11 +0000 (23:29 +0200)] 
 
make local functions and variables static 
 
Matthias-Christian Ott [Sat, 14 Jun 2008 21:24:12 +0000 (23:24 +0200)] 
 
add select(2)-based i/o multiplexing 
 
Matthias-Christian Ott [Sat, 14 Jun 2008 21:12:07 +0000 (23:12 +0200)] 
 
drop stdio usage 
 
Std requires I/O multiplexing which is very complicated with 
stdio, because it provides no transparent buffering. 
 
Matthias-Christian Ott [Sat, 14 Jun 2008 09:03:29 +0000 (11:03 +0200)] 
 
make st and std separate programmes 
 
Matthias-Christian Ott [Tue, 10 Jun 2008 16:01:15 +0000 (18:01 +0200)] 
 
add missing header file 
 
Matthias-Christian Ott [Tue, 10 Jun 2008 16:00:15 +0000 (18:00 +0200)] 
 
assume glibc by default 
 
Matthias-Christian Ott [Tue, 10 Jun 2008 15:56:57 +0000 (17:56 +0200)] 
 
source utility functions out to util.c 
 
Matthias-Christian Ott [Tue, 10 Jun 2008 15:32:15 +0000 (17:32 +0200)] 
 
add copyright comment 
 
Matthias-Christian Ott [Tue, 10 Jun 2008 15:30:15 +0000 (17:30 +0200)] 
 
source getpty() out to pty.c 
 
Matthias-Christian Ott [Mon, 9 Jun 2008 20:24:44 +0000 (22:24 +0200)] 
 
update TODO 
 
Matthias-Christian Ott [Mon, 9 Jun 2008 20:21:37 +0000 (22:21 +0200)] 
 
correct function name 
 
Matthias-Christian Ott [Sun, 8 Jun 2008 19:36:58 +0000 (21:36 +0200)] 
 
remove xinerama flags 
 
The xinerama related variables in config.mk are a relict of 
dwm and therefore should be removed. 
 
Matthias-Christian Ott [Sun, 8 Jun 2008 19:18:49 +0000 (21:18 +0200)] 
 
add missing header file 
 
Matthias-Christian Ott [Sun, 8 Jun 2008 19:17:02 +0000 (21:17 +0200)] 
 
add parser loop 
 
Matthias-Christian Ott [Sun, 8 Jun 2008 18:55:42 +0000 (20:55 +0200)] 
 
remove useless variable 
 
Matthias-Christian Ott [Sun, 8 Jun 2008 18:47:08 +0000 (20:47 +0200)] 
 
replace state with separate variables 
 
Matthias-Christian Ott [Wed, 4 Jun 2008 17:52:59 +0000 (19:52 +0200)] 
 
terminate error message with newline 
 
Matthias-Christian Ott [Mon, 2 Jun 2008 18:15:52 +0000 (20:15 +0200)] 
 
correct LENGTH() 
 
Matthias-Christian Ott [Mon, 2 Jun 2008 18:01:35 +0000 (20:01 +0200)] 
 
simplify control flow 
 
Matthias-Christian Ott [Mon, 2 Jun 2008 16:42:23 +0000 (18:42 +0200)] 
 
remove debug code 
 
Matthias-Christian Ott [Mon, 2 Jun 2008 16:41:23 +0000 (18:41 +0200)] 
 
remove stdio slave pty opening 
 
Matthias-Christian Ott [Mon, 2 Jun 2008 16:40:22 +0000 (18:40 +0200)] 
 
drop support for proprietary UNIX variants 
 
Proprietary UNIX variants like AIX, HP-UX or SCO UNIX 
are nowadays rarely used and maintaining compatibility to 
non-standard operating systems interfaces is wasteful and 
practically useless. 
 
Projects like xterm suffer from backward compatibility to decades-old 
UNIX variants and terminal standards. This does not conform to st's 
design goals. 
 
Anselm R Garbe [Sun, 1 Jun 2008 17:04:49 +0000 (18:04 +0100)] 
 
slight changes 
 
Anselm R Garbe [Sun, 1 Jun 2008 17:02:48 +0000 (18:02 +0100)] 
 
applied Matthias-Christians changes to std.c 
 
Anselm R Garbe [Tue, 20 May 2008 09:03:59 +0000 (10:03 +0100)] 
 
added some new files for the initial rewrite of st from scratch 
 
arg@localhost.localdomain [Sun, 11 May 2008 16:36:13 +0000 (16:36 +0000)] 
 
added new TODO