File: ChangeLog

package info (click to toggle)
qprof 0.5.1-6
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,652 kB
  • ctags: 307
  • sloc: sh: 8,446; ansic: 2,900; makefile: 123; csh: 2
file content (52 lines) | stat: -rw-r--r-- 2,026 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
2004-03-04  Ian Wienand  <ianw@gelato.unsw.edu.au>

	* src/prof_utils.c : move to 
	* src/prof_utils_libpfm2.c : here
	* src/prof_utils_libpfm3.c : add from prof_utils.c.libpfm3 in 
	  original source.
	* src/Makefile.am : generate two libraries, one for each libpfm
	* scripts/qprof.in : check kernel version and set to use right 
	  library, take options
	* doc/man/qprof.1.in, doc/man/qprof_start.1.in, 
	  doc/man/qprof_stop.1.in : write manual pages
	* configure.in : add outputs for above
	
2004-02-06  Ian Wienand  <ianw@gelato.unsw.edu.au>

	* many: autoconf & Debian package.

2003-12-19  David Mosberger <davidm@hpl.hp.com>
	* q-lib.c, q-lib.h, crc32.c, crc32.h: Use the ARM IEEE 802.3 crc32
	implementation instead of custom hacked checksum.

2003-12-18  Hans Boehm  <Hans.Boehm@hp.com>
	* atomic_ops/sysdeps/acquire_release_volatile.h, atomic_ops.h:
	Fix support for ecc on IA64.  Remove compiler_barrier workaround
	for gcc 3.4 and later.
	* q-lib.c (q-checksummed_link): Make prefix_len signed.

2003-12-17  Hans Boehm  <Hans.Boehm@hp.com>
	* atomic_ops/sysdeps/hpc/{ia64.h,hppa.h},
	atomic_ops/sysdeps/msftc/x86.h, Makefile, Makefile.atomic_ops,
	Makefile.atomic_ops.msft, atomic_ops.h: Add initial support
	for atomic_ops for VC++/Windows/X86 and HP/UX with the HP
	compiler on PA_RISC and IA64.

2003-12-09  Hans Boehm  <Hans.Boehm@hp.com>

	* many: Install under "atomic_ops" instead of "ao".
	Change atomic_ops include file structure.  Auxiliary include
	files are all under include/atomic_ops.
	Fix (hopefully) "make dist" in atomic_ops distribution.
	Renamed various types to end in _t, though the old versions
	are still defined for backward compatibility.

2003-12-08  Carlos O'Donell  <carlos@baldric.uwo.ca>

	* ao_sysdeps/gcc/hppa.h: Define AO_CLEAR macro. Change 
	AO_pa_clearable_loc type. Add __ldcw, and __ldcw_align
	helper macros. AO_test_and_set_full uses helper macros.


Started sometime after version 0.4 release.  Currently the format is
informal.  Eventually should become more GNU-like.