https://github.com/cran/foreign
Raw File
Tip revision: 60bd15f8dc95152a335fe84f7256aee7ec39a391 authored by Saikat DebRoy on 18 June 2001, 00:00:00 UTC
version 0.4-5
Tip revision: 60bd15f
ChangeLog
2001-06-18  Kurt Hornik  <Kurt.Hornik@ci.tuwien.ac.at>

	* DESCRIPTION (Version): New version is 0.4-5.

	* src/pfm-read.c (pfm_read_dictionary): Use Calloc() instead of
	R_alloc().

	* src/sfm-read.c (sfm_read_dictionary): Use Calloc() instead of
	R_alloc().

	* src/spss.c (do_read_SPSS): Check for null file pointer.

2001-06-09  Kurt Hornik  <Kurt.Hornik@ci.tuwien.ac.at>

	* tests/*.R, tests/*.Rout.save:  Remove `gctorture(TRUE)'.

	* R/*.R: Change name of filename argument to `file'.  Add
	`PACKAGE' arg in FF calls where missing.  Remove .First.lib() from
	stataread.

	* man/*.Rd: Change name of filename argument to `file', and be
	consistent about using keyword `file'.

2001-05-16  Saikat DebRoy  <saikat@stat.wisc.edu>

	* src/SASxport.c (next_xport_info): changed size of allocated
	array tmp - it must be at least 81.

2001-05-14  Saikat DebRoy  <saikat@stat.wisc.edu>

	* R/read.dta.R, src/stataread.c, man/read.dta.Rd, man/write.dta.Rd:
	Added Stata Version 7 support from Thomas Lumley

2001-04-09  Saikat DebRoy  <saikat@stat.wisc.edu>

	* src/SASxport.c (next_xport_info):
	initialized *tailpad to 0. Fixed value of *tailpad
	when end of file occurs while trying to get a new record (line
	350). Fixed possible memory leaks in case of call to error.
	(xport_info):  Fixed possible memory leaks in case of call to
	error. Removed most of the Calloc-ed arrays and replaced them with R
	objects.

2001-04-03  Saikat DebRoy  <saikat@stat.wisc.edu>

	* src/SASxport.c (next_xport_info): fixed computation of tailpad
	when restOfCard != 0. The earlier method used ftell which can give
	wrong results for long files.

2001-03-31  Brian Ripley <ripley@stats.ox.ac.uk>

	* R/read.S.R, man/read.S.Rd:
	New files adapted from package Rstreams to read S3 objects and dumps.

2001-02-22  Saikat DebRoy  <saikat@stat.wisc.edu>

	* src/pfm-read.c:
	In read_version_data, added check for date and time with the first
	character of the field ' '.

	Removed check for second integer field in the Variable Count
	Record.

	Both of these changes are based on bug report by Akio Sone.

2001-02-06  Saikat DebRoy  <saikat@stat.wisc.edu>

	* src/SASxport.c:
	fixed problem with 8 character names in SAS XPORT format

2001-02-06  Saikat DebRoy  <saikat@stat.wisc.edu>

	* src/SASxport.c:
	fixed problem with 8 character names in SAS XPORT format

2001-01-24  Douglas Bates  <bates@verdi>

	* src/SASxport.c: Fixing problem with calculation of the number of
	rows in SAS XPORT data sets when the rows are short

2001-01-24  Douglas Bates  <bates@stat.wisc.edu>

	* src/SASxport.c (next_xport_info): Adding yet another rule to try
	to detect the number of rows in a SAS data set.

2000-12-14  Douglas Bates  <bates@stat.wisc.edu>

	* cleanup: Added the cleanup script.

	* src/file-handle.h: Added declaration of fh_init_files to keep
	-Wall happy.

	* src/sfm-read.c (read_header): initialized skip_amt to keep -Wall
	happy.

	* tests/minitab.Rout.save: Added a missing blank line in this file
	and in others so they do not produce error reports during R CMD
	check.

1999-12-15  Douglas Bates  <bates@stat.wisc.edu>

	* src/minitab.c (strtrim): Corrected the character count.
	(MTB2SEXP): Added the names of the columns, if they are given.
	

1999-12-16  Douglas Bates  <bates@stat.wisc.edu>

	* DESCRIPTION (Package): Created a 0.1-1 release under the package
	name "foreign".
	
	* R/zzz.R: Added the copyright stuff.
	
back to top