[Biew-general] CVS: biew/biewlib bbio.c, 1.6, 1.7 bbio.h, 1.3, 1.4 biewlib.c, 1.4, 1.5 biewlib.h, 1
Brought to you by:
konst
|
From: Guru K. <nic...@us...> - 2009-09-03 16:57:52
|
Update of /cvsroot/biew/biew/biewlib In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv17849/biewlib Modified Files: bbio.c bbio.h biewlib.c biewlib.h file_ini.c file_ini.h kbd_code.h pmalloc.c pmalloc.h tw_class.c tw_class.h twin.c twin.h Log Message: It was initially bad idea to use human names Index: bbio.c =================================================================== RCS file: /cvsroot/biew/biew/biewlib/bbio.c,v retrieving revision 1.6 retrieving revision 1.7 diff -p -u -d -r1.6 -r1.7 --- bbio.c 8 Dec 2008 13:10:54 -0000 1.6 +++ bbio.c 3 Sep 2009 16:57:40 -0000 1.7 @@ -4,13 +4,13 @@ * @brief This file contains implementation of Buffering binary input/ouput routines. * @version - * @remark this source file is part of Binary vIEW project (BIEW). - * The Binary vIEW (BIEW) is copyright (C) 1995 Nick Kurshev. + * The Binary vIEW (BIEW) is copyright (C) 1995 Nickols_K. * All rights reserved. This software is redistributable under the * licence given in the file "Licence.en" ("Licence.ru" in russian * translation) distributed in the BIEW archive. * @note Requires POSIX compatible development system * - * @author Nick Kurshev + * @author Nickols_K * @since 1995 * @note Development, fixes and improvements * @todo Support for preemptive memory allocation and multiple buffers for Index: bbio.h =================================================================== RCS file: /cvsroot/biew/biew/biewlib/bbio.h,v retrieving revision 1.3 retrieving revision 1.4 diff -p -u -d -r1.3 -r1.4 --- bbio.h 8 Dec 2008 13:10:54 -0000 1.3 +++ bbio.h 3 Sep 2009 16:57:40 -0000 1.4 @@ -4,13 +4,13 @@ * @brief This file contains prototypes of BBIO technology functions. * @version - * @remark this source file is part of Binary vIEW project (BIEW). - * The Binary vIEW (BIEW) is copyright (C) 1995 Nick Kurshev. + * The Binary vIEW (BIEW) is copyright (C) 1995 Nickols_K. * All rights reserved. This software is redistributable under the * licence given in the file "Licence.en" ("Licence.ru" in russian * translation) distributed in the BIEW archive. * @note Requires POSIX compatible development system * - * @author Nick Kurshev + * @author Nickols_K * @since 1995 * @note Development, fixes and improvements **/ Index: biewlib.c =================================================================== RCS file: /cvsroot/biew/biew/biewlib/biewlib.c,v retrieving revision 1.4 retrieving revision 1.5 diff -p -u -d -r1.4 -r1.5 --- biewlib.c 17 Dec 2008 16:29:05 -0000 1.4 +++ biewlib.c 3 Sep 2009 16:57:40 -0000 1.5 @@ -4,13 +4,13 @@ * @brief This file contains implementation of extension of C library. * @version - * @remark this source file is part of Binary vIEW project (BIEW). - * The Binary vIEW (BIEW) is copyright (C) 1995 Nick Kurshev. + * The Binary vIEW (BIEW) is copyright (C) 1995 Nickols_K. * All rights reserved. This software is redistributable under the * licence given in the file "Licence.en" ("Licence.ru" in russian * translation) distributed in the BIEW archive. * @note Requires POSIX compatible development system * - * @author Nick Kurshev + * @author Nickols_K * @since 1995 * @note Development, fixes and improvements * @todo Increase number of functions @@ -311,7 +311,7 @@ char *ulltoa (unsigned long long int val Using own code for qsort and bsearch functions is guarantee of stable work */ /* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */ -/* Modified for use with 16-bits huge arrays by Nick Kurshev */ +/* Modified for use with 16-bits huge arrays by Nickols_K */ /*- * Copyright (c) 1980, 1983 The Regents of the University of California. * All rights reserved. Index: biewlib.h =================================================================== RCS file: /cvsroot/biew/biew/biewlib/biewlib.h,v retrieving revision 1.3 retrieving revision 1.4 diff -p -u -d -r1.3 -r1.4 --- biewlib.h 17 Dec 2008 16:29:05 -0000 1.3 +++ biewlib.h 3 Sep 2009 16:57:40 -0000 1.4 @@ -5,13 +5,13 @@ * for BIEW project. * @version - * @remark this source file is part of Binary vIEW project (BIEW). - * The Binary vIEW (BIEW) is copyright (C) 1995 Nick Kurshev. + * The Binary vIEW (BIEW) is copyright (C) 1995 Nickols_K. * All rights reserved. This software is redistributable under the * licence given in the file "Licence.en" ("Licence.ru" in russian * translation) distributed in the BIEW archive. * @note Requires POSIX compatible development system * - * @author Nick Kurshev + * @author Nickols_K * @since 1995 * @note Development, fixes and improvements **/ Index: file_ini.c =================================================================== RCS file: /cvsroot/biew/biew/biewlib/file_ini.c,v retrieving revision 1.9 retrieving revision 1.10 diff -p -u -d -r1.9 -r1.10 --- file_ini.c 1 Feb 2009 11:09:14 -0000 1.9 +++ file_ini.c 3 Sep 2009 16:57:40 -0000 1.10 @@ -4,13 +4,13 @@ * @brief This file contains implementation of .ini files services. * @version - * @remark this source file is part of Binary vIEW project (BIEW). - * The Binary vIEW (BIEW) is copyright (C) 1995 Nick Kurshev. + * The Binary vIEW (BIEW) is copyright (C) 1995 Nickols_K. * All rights reserved. This software is redistributable under the * licence given in the file "Licence.en" ("Licence.ru" in russian * translation) distributed in the BIEW archive. * @note Requires POSIX compatible development system * - * @author Nick Kurshev + * @author Nickols_K * @since 1995 * @note Development, fixes and improvements * @bug Fault if more than one ini file is opened at one time Index: file_ini.h =================================================================== RCS file: /cvsroot/biew/biew/biewlib/file_ini.h,v retrieving revision 1.4 retrieving revision 1.5 diff -p -u -d -r1.4 -r1.5 --- file_ini.h 1 Feb 2009 11:02:11 -0000 1.4 +++ file_ini.h 3 Sep 2009 16:57:40 -0000 1.5 @@ -4,13 +4,13 @@ * @brief This file contains prototypes of .ini file services. * @version - * @remark this source file is part of Binary vIEW project (BIEW). - * The Binary vIEW (BIEW) is copyright (C) 1995 Nick Kurshev. + * The Binary vIEW (BIEW) is copyright (C) 1995 Nickols_K. * All rights reserved. This software is redistributable under the * licence given in the file "Licence.en" ("Licence.ru" in russian * translation) distributed in the BIEW archive. * @note Requires POSIX compatible development system * - * @author Nick Kurshev + * @author Nickols_K * @since 1995 * @note Development, fixes and improvements * @warning All internal functions is undocumented Index: kbd_code.h =================================================================== RCS file: /cvsroot/biew/biew/biewlib/kbd_code.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -p -u -d -r1.1.1.1 -r1.2 --- kbd_code.h 18 Nov 2001 17:05:48 -0000 1.1.1.1 +++ kbd_code.h 3 Sep 2009 16:57:40 -0000 1.2 @@ -4,13 +4,13 @@ * @brief This file includes OS depended keyboard codes. * @version - * @remark this source file is part of Binary vIEW project (BIEW). - * The Binary vIEW (BIEW) is copyright (C) 1995 Nick Kurshev. + * The Binary vIEW (BIEW) is copyright (C) 1995 Nickols_K. * All rights reserved. This software is redistributable under the * licence given in the file "Licence.en" ("Licence.ru" in russian * translation) distributed in the BIEW archive. * @note Requires POSIX compatible development system * - * @author Nick Kurshev + * @author Nickols_K * @since 1999 * @note Development, fixes and improvements **/ Index: pmalloc.c =================================================================== RCS file: /cvsroot/biew/biew/biewlib/pmalloc.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -p -u -d -r1.1.1.1 -r1.2 --- pmalloc.c 18 Nov 2001 17:05:48 -0000 1.1.1.1 +++ pmalloc.c 3 Sep 2009 16:57:40 -0000 1.2 @@ -4,13 +4,13 @@ * @brief This file contains implementation of preemptive memory allocation. * @version - * @remark this source file is part of Binary vIEW project (BIEW). - * The Binary vIEW (BIEW) is copyright (C) 1995 Nick Kurshev. + * The Binary vIEW (BIEW) is copyright (C) 1995 Nickols_K. * All rights reserved. This software is redistributable under the * licence given in the file "Licence.en" ("Licence.ru" in russian * translation) distributed in the BIEW archive. * @note Requires POSIX compatible development system * - * @author Nick Kurshev + * @author Nickols_K * @since 1999 * @note Development, fixes and improvements **/ Index: pmalloc.h =================================================================== RCS file: /cvsroot/biew/biew/biewlib/pmalloc.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -p -u -d -r1.1.1.1 -r1.2 --- pmalloc.h 18 Nov 2001 17:05:48 -0000 1.1.1.1 +++ pmalloc.h 3 Sep 2009 16:57:40 -0000 1.2 @@ -4,13 +4,13 @@ * @brief This file contains prototypes of preemptive memory allocation technology. * @version - * @remark this source file is part of Binary vIEW project (BIEW). - * The Binary vIEW (BIEW) is copyright (C) 1995 Nick Kurshev. + * The Binary vIEW (BIEW) is copyright (C) 1995 Nickols_K. * All rights reserved. This software is redistributable under the * licence given in the file "Licence.en" ("Licence.ru" in russian * translation) distributed in the BIEW archive. * @note Requires POSIX compatible development system * - * @author Nick Kurshev + * @author Nickols_K * @since 1999 * @note Development, fixes and improvements **/ Index: tw_class.c =================================================================== RCS file: /cvsroot/biew/biew/biewlib/tw_class.c,v retrieving revision 1.3 retrieving revision 1.4 diff -p -u -d -r1.3 -r1.4 --- tw_class.c 5 Sep 2006 17:16:07 -0000 1.3 +++ tw_class.c 3 Sep 2009 16:57:40 -0000 1.4 @@ -4,13 +4,13 @@ * @brief This file contains implementation of classes for Text Window manager. * @version - * @remark this source file is part of Binary vIEW project (BIEW). - * The Binary vIEW (BIEW) is copyright (C) 1995 Nick Kurshev. + * The Binary vIEW (BIEW) is copyright (C) 1995 Nickols_K. * All rights reserved. This software is redistributable under the * licence given in the file "Licence.en" ("Licence.ru" in russian * translation) distributed in the BIEW archive. * @note Requires POSIX compatible development system * - * @author Nick Kurshev + * @author Nickols_K * @since 2000 * @note Development, fixes and improvements **/ Index: tw_class.h =================================================================== RCS file: /cvsroot/biew/biew/biewlib/tw_class.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -p -u -d -r1.1.1.1 -r1.2 --- tw_class.h 18 Nov 2001 17:05:48 -0000 1.1.1.1 +++ tw_class.h 3 Sep 2009 16:57:40 -0000 1.2 @@ -4,13 +4,13 @@ * @brief This file contains prototypes of classes for Text Window manager. * @version - * @remark this source file is part of Binary vIEW project (BIEW). - * The Binary vIEW (BIEW) is copyright (C) 1995 Nick Kurshev. + * The Binary vIEW (BIEW) is copyright (C) 1995 Nickols_K. * All rights reserved. This software is redistributable under the * licence given in the file "Licence.en" ("Licence.ru" in russian * translation) distributed in the BIEW archive. * @note Requires POSIX compatible development system * - * @author Nick Kurshev + * @author Nickols_K * @since 2000 * @note Development, fixes and improvements **/ Index: twin.c =================================================================== RCS file: /cvsroot/biew/biew/biewlib/twin.c,v retrieving revision 1.12 retrieving revision 1.13 diff -p -u -d -r1.12 -r1.13 --- twin.c 31 Jan 2009 11:08:22 -0000 1.12 +++ twin.c 3 Sep 2009 16:57:40 -0000 1.13 @@ -4,13 +4,13 @@ * @brief This file contains implementation of Text Window manager. * @version - * @remark this source file is part of Binary vIEW project (BIEW). - * The Binary vIEW (BIEW) is copyright (C) 1995 Nick Kurshev. + * The Binary vIEW (BIEW) is copyright (C) 1995 Nickols_K. * All rights reserved. This software is redistributable under the * licence given in the file "Licence.en" ("Licence.ru" in russian * translation) distributed in the BIEW archive. * @note Requires POSIX compatible development system * - * @author Nick Kurshev + * @author Nickols_K * @since 1995 * @note Development, fixes and improvements * @warning Program is destroyed, from twPrintF misapplication Index: twin.h =================================================================== RCS file: /cvsroot/biew/biew/biewlib/twin.h,v retrieving revision 1.4 retrieving revision 1.5 diff -p -u -d -r1.4 -r1.5 --- twin.h 10 Jan 2009 09:56:31 -0000 1.4 +++ twin.h 3 Sep 2009 16:57:40 -0000 1.5 @@ -4,13 +4,13 @@ * @brief This file contains prototypes of Text Window manager functions. * @version - * @remark this source file is part of Binary vIEW project (BIEW). - * The Binary vIEW (BIEW) is copyright (C) 1995 Nick Kurshev. + * The Binary vIEW (BIEW) is copyright (C) 1995 Nickols_K. * All rights reserved. This software is redistributable under the * licence given in the file "Licence.en" ("Licence.ru" in russian * translation) distributed in the BIEW archive. * @note Requires POSIX compatible development system * - * @author Nick Kurshev + * @author Nickols_K * @since 1995 * @note Development, fixes and improvements * @warning Program is destroyed, from twPrintF misapplication |