Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ChangeLog « profile « mingw « winsup - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d6e94e8c78f08b53f06bb7d3a15c40c252249e67 (plain)
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
Thu Nov 18 00:20:00 1999  Mumit Khan  <khan@xraylith.wisc.edu>

	* profil.c (profile_on): Set the profiler thread priority to
	be time critical. Thanks to Pascal Obry <pascal_obry@csi.com>.

Sun Nov  7 04:17:27 1999  Mumit Khan  <khan@xraylith.wisc.edu>

	* Makefile.in (install): Fix target.

Thu Nov  4 14:06:21 1999  Mumit Khan  <khan@xraylith.wisc.edu>

	* Makefile.in: New file.
	* configure.in: New file.
	* configure: Generate.

	* gcrt0.c (u_char, u_short, u_int, u_long): typedef for Mingw.
	* gmon.h (u_char, u_short, u_int, u_long): Likewise.
	* gmon.c (unistd.h): Include conditionally.
	(sys/param.h): Likewise.
	* mcount.c (sys/param.h): Likewise.
	* profil.c (profile_on): thread id is DWORD, not int.

	* Imported profiling sources from winsup-19991026 snapshot.