dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] pnet/support console.c, NONE, 1.1 Makefile.am, 1.


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] pnet/support console.c, NONE, 1.1 Makefile.am, 1.48, 1.49 input.c, 1.1, NONE
Date: Mon, 03 Nov 2003 05:18:24 +0000

Update of /cvsroot/dotgnu-pnet/pnet/support
In directory subversions:/tmp/cvs-serv3790/support

Modified Files:
        Makefile.am 
Added Files:
        console.c 
Removed Files:
        input.c 
Log Message:


Check in the new console implementation.


--- NEW FILE: console.c ---
/*
 * console.c - Console I/O routines.
 *
 * Copyright (C) 2003  Southern Storm Software, Pty Ltd.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 */
[...1369 lines suppressed...]
        }
        else
#endif
        if(ch >= 0 && ch < 128)
        {
                *key = (ILInt32)(MapKeys[ch].key);
                *modifiers = (ILInt32)(MapKeys[ch].modifiers);
        }
        else
        {
                *key = 0;
                *modifiers = 0;
        }
}

#endif /* IL_NEED_MAPCHAR */

#ifdef  __cplusplus
};
#endif

Index: Makefile.am
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/support/Makefile.am,v
retrieving revision 1.48
retrieving revision 1.49
diff -C2 -d -r1.48 -r1.49
*** Makefile.am 19 Sep 2003 02:12:44 -0000      1.48
--- Makefile.am 3 Nov 2003 05:18:22 -0000       1.49
***************
*** 8,11 ****
--- 8,12 ----
                                                 clflush.c \
                                                 cmdline.c \
+                                                console.c \
                                                 cvt_float.c \
                                                 decimal.c \
***************
*** 24,28 ****
                                                 hashtab.c \
                                                 hb_gc.c \
-                                                input.c \
                                                 intern.c \
                                                 locale.c \
--- 25,28 ----

--- input.c DELETED ---





reply via email to

[Prev in Thread] Current Thread [Next in Thread]