public inbox for ecos-cvs@sourceware.org
help / color / mirror / Atom feed
* ecos/packages/language/c/libc/stdio/current Ch ...
@ 2003-08-18 19:45 asl
  0 siblings, 0 replies; 32+ messages in thread
From: asl @ 2003-08-18 19:45 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	asl@sourceware.org	2003-08-18 19:45:33

Modified files:
	packages/language/c/libc/stdio/current: ChangeLog 
	packages/language/c/libc/stdio/current/src/common: fclose.cxx 
	                                                   fopen.cxx 

Log message:
	* src/common/fclose.cxx (fclose): fclose would seg-fault if passed
	NULL FILE pointer.  Now returns error.  Also cleaned up some exit
	paths to call Cyg_libc_stdio_files::unlock()
	
	* src/common/fopen.cxx (fopen): Cleaned up some exit paths to call
	Cyg_libc_stdio_files::unlock()


^ permalink raw reply	[flat|nested] 32+ messages in thread

* ecos/packages/language/c/libc/stdio/current Ch ...
@ 2014-07-03  8:21 jld
  0 siblings, 0 replies; 32+ messages in thread
From: jld @ 2014-07-03  8:21 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	jld@sourceware.org	2014-07-03 08:21:46

Modified files:
	packages/language/c/libc/stdio/current: ChangeLog 
	packages/language/c/libc/stdio/current/src/common: sprintf.cxx 

Log message:
	* src/common/sprintf.cxx (__sprintf_chk): Implement alias for use
	with libsupc++ in fortified linux distributions. [ Bugzilla 1001139 ]


^ permalink raw reply	[flat|nested] 32+ messages in thread

* ecos/packages/language/c/libc/stdio/current Ch ...
@ 2013-02-19 13:37 sergeig
  0 siblings, 0 replies; 32+ messages in thread
From: sergeig @ 2013-02-19 13:37 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	sergeig@sourceware.org	2013-02-19 13:37:13

Modified files:
	packages/language/c/libc/stdio/current: ChangeLog 
	packages/language/c/libc/stdio/current/src/common: vsnprintf.cxx 
	packages/language/c/libc/stdio/current/tests: sprintf2.c 

Log message:
	* src/common/vsnprintf.c: If string truncated (C99 case), apply the
	null termination in correct place.
	* tests/sprintf2.c: Fix checks for return values if C99 implementation
	snprintf() used.


^ permalink raw reply	[flat|nested] 32+ messages in thread

* ecos/packages/language/c/libc/stdio/current Ch ...
@ 2009-08-20 16:09 jld
  0 siblings, 0 replies; 32+ messages in thread
From: jld @ 2009-08-20 16:09 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	jld@sourceware.org	2009-08-20 16:09:18

Modified files:
	packages/language/c/libc/stdio/current: ChangeLog 
	packages/language/c/libc/stdio/current/cdl: stdio.cdl 
	packages/language/c/libc/stdio/current/src/output: vfnprintf.cxx 
Added files:
	packages/language/c/libc/stdio/current/tests: snprintf.c 

Log message:
	* cdl/stdio.cdl Added option CYGIMP_LIBC_STDIO_C99_SNPRINTF for activation
	of C99 compliant snprintf() return value.
	* src/output/vfnprintf.cxx: Added optional C99 compliant return value
	calculation.
	* tests/snprintf.c: New test for snprintf including C99 implementation.


^ permalink raw reply	[flat|nested] 32+ messages in thread

* ecos/packages/language/c/libc/stdio/current Ch ...
@ 2009-08-07 19:21 jlarmour
  0 siblings, 0 replies; 32+ messages in thread
From: jlarmour @ 2009-08-07 19:21 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	jlarmour@sourceware.org	2009-08-07 19:21:20

Modified files:
	packages/language/c/libc/stdio/current: ChangeLog 
	packages/language/c/libc/stdio/current/src/common: vsnprintf.cxx 

Log message:
	Update copyright years for last commit


^ permalink raw reply	[flat|nested] 32+ messages in thread

* ecos/packages/language/c/libc/stdio/current Ch ...
@ 2009-08-07 19:20 jlarmour
  0 siblings, 0 replies; 32+ messages in thread
From: jlarmour @ 2009-08-07 19:20 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	jlarmour@sourceware.org	2009-08-07 19:20:30

Modified files:
	packages/language/c/libc/stdio/current: ChangeLog 
	packages/language/c/libc/stdio/current/src/common: vsnprintf.cxx 

Log message:
	* src/common/vsnprintf.cxx (class Cyg_VsnprintfStream):
	Remove destructor.
	(vsnprintf): Apply null terminator correctly when truncated.


^ permalink raw reply	[flat|nested] 32+ messages in thread

* ecos/packages/language/c/libc/stdio/current Ch ...
@ 2009-02-16 21:41 jlarmour
  0 siblings, 0 replies; 32+ messages in thread
From: jlarmour @ 2009-02-16 21:41 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	jlarmour@sourceware.org	2009-02-16 21:41:13

Modified files:
	packages/language/c/libc/stdio/current: ChangeLog 
	packages/language/c/libc/stdio/current/include: stdio.h 

Log message:
	* include/stdio.h: Removed extra semicolon after scanf()
	prototype.


^ permalink raw reply	[flat|nested] 32+ messages in thread

* ecos/packages/language/c/libc/stdio/current Ch ...
@ 2009-01-18  3:44 jlarmour
  0 siblings, 0 replies; 32+ messages in thread
From: jlarmour @ 2009-01-18  3:44 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	jlarmour@sourceware.org	2009-01-18 03:44:22

Modified files:
	packages/language/c/libc/stdio/current: ChangeLog 
	packages/language/c/libc/stdio/current/src/common: fflush.cxx 

Log message:
	* src/common/fflush.cxx (cyg_libc_stdio_flush_all_but): Fix silly
	typo in last change.


^ permalink raw reply	[flat|nested] 32+ messages in thread

* ecos/packages/language/c/libc/stdio/current Ch ...
@ 2009-01-15  3:33 jlarmour
  0 siblings, 0 replies; 32+ messages in thread
From: jlarmour @ 2009-01-15  3:33 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	jlarmour@sourceware.org	2009-01-15 03:33:52

Modified files:
	packages/language/c/libc/stdio/current: ChangeLog 
	packages/language/c/libc/stdio/current/src/common: fflush.cxx 

Log message:
	* src/common/fflush.cxx (cyg_libc_stdio_flush_all_but): Ensure the
	files table can't change. Thanks to Xiaochen Zhou for the detective
	work.


^ permalink raw reply	[flat|nested] 32+ messages in thread

* ecos/packages/language/c/libc/stdio/current Ch ...
@ 2008-07-21 10:38 jlarmour
  0 siblings, 0 replies; 32+ messages in thread
From: jlarmour @ 2008-07-21 10:38 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	jlarmour@sourceware.org	2008-07-21 10:38:24

Modified files:
	packages/language/c/libc/stdio/current: ChangeLog 
	packages/language/c/libc/stdio/current/src/common: fclose.cxx 

Log message:
	* src/common/fclose.cxx (fclose): Replace config-dependent use of
	delete with free(), as the memory had been allocated with malloc.


^ permalink raw reply	[flat|nested] 32+ messages in thread

* ecos/packages/language/c/libc/stdio/current Ch ...
@ 2007-02-28 23:01 asl
  0 siblings, 0 replies; 32+ messages in thread
From: asl @ 2007-02-28 23:01 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	asl@sourceware.org	2007-02-28 23:01:12

Modified files:
	packages/language/c/libc/stdio/current: ChangeLog 
	packages/language/c/libc/stdio/current/src/output: vfnprintf.cxx 

Log message:
	* src/output/vfnprintf.cxx (vfnprintf): while formatting integers
	in decimal, convert the value to unsigned long from unsigned long
	long before processing, unless we actually print long long
	argument. This tremendously speeds-up the formatting.


^ permalink raw reply	[flat|nested] 32+ messages in thread

* ecos/packages/language/c/libc/stdio/current Ch ...
@ 2007-01-27 13:53 asl
  0 siblings, 0 replies; 32+ messages in thread
From: asl @ 2007-01-27 13:53 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	asl@sourceware.org	2007-01-27 13:53:37

Modified files:
	packages/language/c/libc/stdio/current: ChangeLog 
	packages/language/c/libc/stdio/current/include: stream.hxx 
	packages/language/c/libc/stdio/current/src/common: stream.cxx 
	                                                   vsnprintf.cxx 
	packages/language/c/libc/stdio/current/src/output: vfnprintf.cxx 

Log message:
	Speed-up [v]s[n]printf() functions by a factor of about 2+. In
	particular, sprintf(s, "%s", "") becomes faster 2.8 times,
	printing of every character -- 1.7 times, and, as a result, e.g.,
	printing of a string of length 50 -- 2.2 times.
	
	* include/stream.hxx (class Cyg_OutputStream): New ABC.
	(class Cyg_StdioStream): inherit from Cyg_OutputStream; make
	the destructor, write(), and get_error() virtual.
	
	* src/output/vfnprintf.cxx (vfnprintf): Use ABC Cyg_OutputStream
	instead of Cyg_StdioStream.
	
	* src/common/vsnprintf.cxx (class Cyg_VsnprintfStream): New class
	that specializes Cyg_OutputStream for output to a string.
	(vsnprintf): Use Cyg_VsnprintfStream for printing to a string.


^ permalink raw reply	[flat|nested] 32+ messages in thread

* ecos/packages/language/c/libc/stdio/current Ch ...
@ 2006-12-22 21:37 jlarmour
  0 siblings, 0 replies; 32+ messages in thread
From: jlarmour @ 2006-12-22 21:37 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	jlarmour@sourceware.org	2006-12-22 21:37:00

Modified files:
	packages/language/c/libc/stdio/current: ChangeLog 
	packages/language/c/libc/stdio/current/src/output: vfnprintf.cxx 

Log message:
	* src/output/vfnprintf.cxx (vfnprintf): Speed-up formatting of
	decimal integers by replacing modulo operation with multiply and
	subtract.


^ permalink raw reply	[flat|nested] 32+ messages in thread

* ecos/packages/language/c/libc/stdio/current Ch ...
@ 2006-09-27 16:18 jlarmour
  0 siblings, 0 replies; 32+ messages in thread
From: jlarmour @ 2006-09-27 16:18 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	jlarmour@sourceware.org	2006-09-27 16:18:19

Modified files:
	packages/language/c/libc/stdio/current: ChangeLog 
	packages/language/c/libc/stdio/current/include: stdio.h 
	                                                stream.inl 

Log message:
	* include/stdio.h: Make fpos_t be signed to allow negative
	SEEK_CUR offsets to fseek().
	* include/stream.inl (set_position): If SEEK_CUR, then if
	having to reconcile difference between position and underlying
	file position, then requested seek position needs adjusting
	for buffer size.
	Both above reported and analysed by Ivan Djelic.


^ permalink raw reply	[flat|nested] 32+ messages in thread

* ecos/packages/language/c/libc/stdio/current Ch ...
@ 2006-09-26 18:51 jlarmour
  0 siblings, 0 replies; 32+ messages in thread
From: jlarmour @ 2006-09-26 18:51 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	jlarmour@sourceware.org	2006-09-26 18:51:22

Modified files:
	packages/language/c/libc/stdio/current: ChangeLog 
	packages/language/c/libc/stdio/current/src/common: stream.cxx 

Log message:
	* src/common/stream.cxx (read): Only update position after direct
	reads from I/O system so it's updated by the correct number of
	bytes.
	(write): Reset underlying file position if there had been
	stuff read from the file left in the buffer so the file positions
	are inconsistent.


^ permalink raw reply	[flat|nested] 32+ messages in thread

* ecos/packages/language/c/libc/stdio/current Ch ...
@ 2005-07-30 11:44 asl
  0 siblings, 0 replies; 32+ messages in thread
From: asl @ 2005-07-30 11:44 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	asl@sourceware.org	2005-07-30 11:44:01

Modified files:
	packages/language/c/libc/stdio/current: ChangeLog 
	packages/language/c/libc/stdio/current/src/common: fopen.cxx 

Log message:
	* src/common/fopen.cxx (fopen): Default the open mode to Read
	until we have process the flags. Initialize the dev handle. These
	keep the compiler happy.


^ permalink raw reply	[flat|nested] 32+ messages in thread

* ecos/packages/language/c/libc/stdio/current Ch ...
@ 2005-04-14 16:42 jlarmour
  0 siblings, 0 replies; 32+ messages in thread
From: jlarmour @ 2005-04-14 16:42 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	jlarmour@sourceware.org	2005-04-14 16:42:13

Modified files:
	packages/language/c/libc/stdio/current: ChangeLog 
	packages/language/c/libc/stdio/current/src/common: stream.cxx 

Log message:
	* src/common/stream.cxx (read): don't reference flags.buffering
	when configured by CDL to be unbuffered.


^ permalink raw reply	[flat|nested] 32+ messages in thread

* ecos/packages/language/c/libc/stdio/current Ch ...
@ 2005-03-27 17:29 asl
  0 siblings, 0 replies; 32+ messages in thread
From: asl @ 2005-03-27 17:29 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	asl@sourceware.org	2005-03-27 17:29:23

Modified files:
	packages/language/c/libc/stdio/current: ChangeLog 
	packages/language/c/libc/stdio/current/include: stdio.h 

Log message:
	* include/stdio.h: Added CYGBLD_ATTRIB_{PRINTF|SCANF}_FORMAT where
	appropriate so the compiler does more checking.


^ permalink raw reply	[flat|nested] 32+ messages in thread

* ecos/packages/language/c/libc/stdio/current Ch ...
@ 2004-12-15 12:35 asl
  0 siblings, 0 replies; 32+ messages in thread
From: asl @ 2004-12-15 12:35 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	asl@sourceware.org	2004-12-15 12:35:46

Modified files:
	packages/language/c/libc/stdio/current: ChangeLog 
	packages/language/c/libc/stdio/current/cdl: stdio.cdl 

Log message:
	* cdl/stdio.cdl (CYGPKG_LIBC_STDIO_FILEIO): The FILEIO variant of
	vsnprintf breaks if CYGSEM_LIBC_STDIO_DYNAMIC_SETVBUF is disabled.


^ permalink raw reply	[flat|nested] 32+ messages in thread

* ecos/packages/language/c/libc/stdio/current Ch ...
@ 2004-09-27 11:33 jlarmour
  0 siblings, 0 replies; 32+ messages in thread
From: jlarmour @ 2004-09-27 11:33 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	jlarmour@sourceware.org	2004-09-27 11:33:04

Modified files:
	packages/language/c/libc/stdio/current: ChangeLog 
	packages/language/c/libc/stdio/current/cdl: stdio.cdl 
	packages/language/c/libc/stdio/current/src/common: fclose.cxx 
	                                                   fopen.cxx 

Log message:
	* cdl/stdio.cdl: Only build fopen/fclose if CYGPKG_LIBC_STDIO_OPEN.
	
	* src/common/fclose.cxx: Can remove ifdef CYGPKG_LIBC_STDIO_OPEN since
	file now isn't even built if not.
	* src/common/fopen.cxx: Ditto. Also condition on
	CYGFUN_LIBC_STDIO_OPEN_POSIX_FDFUNCS so decision is centralised in CDL.


^ permalink raw reply	[flat|nested] 32+ messages in thread

* ecos/packages/language/c/libc/stdio/current Ch ...
@ 2004-09-27 11:27 jlarmour
  0 siblings, 0 replies; 32+ messages in thread
From: jlarmour @ 2004-09-27 11:27 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	jlarmour@sourceware.org	2004-09-27 11:27:09

Modified files:
	packages/language/c/libc/stdio/current: ChangeLog 
	packages/language/c/libc/stdio/current/cdl: stdio.cdl 

Log message:
	* cdl/stdio.cdl (CYGFUN_LIBC_STDIO_OPEN_POSIX_FDFUNCS): New option,
	to control whether or not fdopen()/fileno() are implemented.


^ permalink raw reply	[flat|nested] 32+ messages in thread

* ecos/packages/language/c/libc/stdio/current Ch ...
@ 2004-08-18 14:12 jlarmour
  0 siblings, 0 replies; 32+ messages in thread
From: jlarmour @ 2004-08-18 14:12 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	jlarmour@sourceware.org	2004-08-18 14:12:00

Modified files:
	packages/language/c/libc/stdio/current: ChangeLog 
	packages/language/c/libc/stdio/current/cdl: stdio.cdl 
	packages/language/c/libc/stdio/current/src/input: vfscanf.cxx 

Log message:
	* cdl/stdio.cdl (CYGDAT_LIBC_STDIO_DEFAULT_CONSOLE): Only use
	CYGDAT_IO_SERIAL_TTY_CONSOLE if set.
	* src/input/vfscanf.cxx (vfscanf): Add long long and long double
	support.
	* cdl/stdio.cdl (CYGFUN_LIBC_STDIO_LONGLONG): Make it a new option.


^ permalink raw reply	[flat|nested] 32+ messages in thread

* ecos/packages/language/c/libc/stdio/current Ch ...
@ 2004-08-16 14:37 jlarmour
  0 siblings, 0 replies; 32+ messages in thread
From: jlarmour @ 2004-08-16 14:37 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	jlarmour@sourceware.org	2004-08-16 14:37:04

Modified files:
	packages/language/c/libc/stdio/current: ChangeLog 
	packages/language/c/libc/stdio/current/src/common: stream.cxx 

Log message:
	* src/common/stream.cxx (read): fixed performance problem with
	unbuffered reads. Long unbuffered i/o read requests would cause
	one roundtrip to the underlying file system for each byte, instead
	of a single trip as intended.


^ permalink raw reply	[flat|nested] 32+ messages in thread

* ecos/packages/language/c/libc/stdio/current Ch ...
@ 2004-03-29 12:59 asl
  0 siblings, 0 replies; 32+ messages in thread
From: asl @ 2004-03-29 12:59 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	asl@sourceware.org	2004-03-29 12:59:05

Modified files:
	packages/language/c/libc/stdio/current: ChangeLog 

Log message:
	* include/stream.inl (set_position): Flush the output buffer
	before seeking the underlying file otherwise the writes ends up in
	the wrong location in the file.


^ permalink raw reply	[flat|nested] 32+ messages in thread

* ecos/packages/language/c/libc/stdio/current Ch ...
@ 2004-03-29 11:24 asl
  0 siblings, 0 replies; 32+ messages in thread
From: asl @ 2004-03-29 11:24 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	asl@sourceware.org	2004-03-29 11:24:38

Modified files:
	packages/language/c/libc/stdio/current: ChangeLog 
	packages/language/c/libc/stdio/current/include: io.inl 
	                                                stream.hxx 
	                                                stream.inl 
	packages/language/c/libc/stdio/current/src/common: fopen.cxx 
	                                                   stream.cxx 

Log message:
	* src/common/fopen.cxx:
	* src/common/stream.cxx:
	* include/io.inl:
	* include/stream.hxx:
	Split CYGSTREAM_READWRITE into CYGSTREAM_READWRITE_CREATE and
	CYGSTREAM_READWRITE_NOCREATE. This fixes fopen() with mode 'w+'
	which previously did not allow file creation.


^ permalink raw reply	[flat|nested] 32+ messages in thread

* ecos/packages/language/c/libc/stdio/current Ch ...
@ 2003-09-03 15:37 jlarmour
  0 siblings, 0 replies; 32+ messages in thread
From: jlarmour @ 2003-09-03 15:37 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	jlarmour@sourceware.org	2003-09-03 15:37:56

Modified files:
	packages/language/c/libc/stdio/current: ChangeLog 
	packages/language/c/libc/stdio/current/cdl: stdio.cdl 

Log message:
	* cdl/stdio.cdl: only require "/dev/haldiag" if actually using it.


^ permalink raw reply	[flat|nested] 32+ messages in thread

* ecos/packages/language/c/libc/stdio/current Ch ...
@ 2003-06-10 10:27 asl
  0 siblings, 0 replies; 32+ messages in thread
From: asl @ 2003-06-10 10:27 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	asl@sourceware.org	2003-06-10 10:27:13

Modified files:
	packages/language/c/libc/stdio/current: ChangeLog 
	packages/language/c/libc/stdio/current/src/output: vfnprintf.cxx 

Log message:
	* src/output/vfnprintf.cxx (SARG): Cast size_t to long. This seems
	to stop gcc from producing wrong code for the plain int clause. The
	wrong code causes negative numbers to be printed as positive because
	the sign extend from 32 bits to 64 bits is wrong.


^ permalink raw reply	[flat|nested] 32+ messages in thread

* ecos/packages/language/c/libc/stdio/current Ch ...
@ 2003-03-06 20:57 gthomas
  0 siblings, 0 replies; 32+ messages in thread
From: gthomas @ 2003-03-06 20:57 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	gthomas@sourceware.org	2003-03-06 20:57:27

Modified files:
	packages/language/c/libc/stdio/current: ChangeLog 
	packages/language/c/libc/stdio/current/cdl: stdio.cdl 
	packages/language/c/libc/stdio/current/src/input: fread.cxx 
Added files:
	packages/language/c/libc/stdio/current/tests: fileio.c 

Log message:
	Fix fread() EOF handling.  Add file I/O test.


^ permalink raw reply	[flat|nested] 32+ messages in thread

* ecos/packages/language/c/libc/stdio/current Ch ...
@ 2003-02-24 14:27 jlarmour
  0 siblings, 0 replies; 32+ messages in thread
From: jlarmour @ 2003-02-24 14:27 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	jlarmour@sourceware.org	2003-02-24 14:27:48

Modified files:
	packages/language/c/libc/stdio/current: ChangeLog 
	packages/language/c/libc/stdio/current/cdl: stdio.cdl 

Log message:
	* cdl/stdio.cdl: Fix doc link.


^ permalink raw reply	[flat|nested] 32+ messages in thread

* ecos/packages/language/c/libc/stdio/current Ch ...
@ 2003-02-15 16:57 jlarmour
  0 siblings, 0 replies; 32+ messages in thread
From: jlarmour @ 2003-02-15 16:57 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	jlarmour@sourceware.org	2003-02-15 16:57:04

Modified files:
	packages/language/c/libc/stdio/current: ChangeLog 
	packages/language/c/libc/stdio/current/include: stdio.inl 
	packages/language/c/libc/stdio/current/src/common: 
	                                                   stdioinlines.cxx 

Log message:
	* include/stdio.inl (setbuf): Don't supply size with _IONBF.
	* src/common/stdioinlines.cxx (setbuf): Ditto.


^ permalink raw reply	[flat|nested] 32+ messages in thread

* ecos/packages/language/c/libc/stdio/current Ch ...
@ 2003-01-29 17:27 jlarmour
  0 siblings, 0 replies; 32+ messages in thread
From: jlarmour @ 2003-01-29 17:27 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	jlarmour@sourceware.org	2003-01-29 17:27:33

Modified files:
	packages/language/c/libc/stdio/current: ChangeLog 
	packages/language/c/libc/stdio/current/src/output: vfnprintf.cxx 

Log message:
	* src/output/vfnprintf.cxx: Add support for C99 'z' flag (size_t).


^ permalink raw reply	[flat|nested] 32+ messages in thread

* ecos/packages/language/c/libc/stdio/current Ch ...
@ 2002-09-02  0:55 asl
  0 siblings, 0 replies; 32+ messages in thread
From: asl @ 2002-09-02  0:55 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	asl@sources.redhat.com	2002-09-02 00:55:38

Modified files:
	packages/language/c/libc/stdio/current: ChangeLog 
	packages/language/c/libc/stdio/current/include: stream.inl 

Log message:
	* include/stream.inl (set_position): Fixed typo in none buffered
	case. Seek pos bytes, not whence bytes.


^ permalink raw reply	[flat|nested] 32+ messages in thread

end of thread, other threads:[~2014-07-03  8:21 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-18 19:45 ecos/packages/language/c/libc/stdio/current Ch asl
  -- strict thread matches above, loose matches on Subject: below --
2014-07-03  8:21 jld
2013-02-19 13:37 sergeig
2009-08-20 16:09 jld
2009-08-07 19:21 jlarmour
2009-08-07 19:20 jlarmour
2009-02-16 21:41 jlarmour
2009-01-18  3:44 jlarmour
2009-01-15  3:33 jlarmour
2008-07-21 10:38 jlarmour
2007-02-28 23:01 asl
2007-01-27 13:53 asl
2006-12-22 21:37 jlarmour
2006-09-27 16:18 jlarmour
2006-09-26 18:51 jlarmour
2005-07-30 11:44 asl
2005-04-14 16:42 jlarmour
2005-03-27 17:29 asl
2004-12-15 12:35 asl
2004-09-27 11:33 jlarmour
2004-09-27 11:27 jlarmour
2004-08-18 14:12 jlarmour
2004-08-16 14:37 jlarmour
2004-03-29 12:59 asl
2004-03-29 11:24 asl
2003-09-03 15:37 jlarmour
2003-06-10 10:27 asl
2003-03-06 20:57 gthomas
2003-02-24 14:27 jlarmour
2003-02-15 16:57 jlarmour
2003-01-29 17:27 jlarmour
2002-09-02  0:55 asl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).