comparison mac/ChangeLog @ 62295:15d767992da8

*** empty log message ***
author YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
date Fri, 13 May 2005 08:55:33 +0000
parents d731348f032d
children 5c72c9c65fb2 f042e7c0fe20
comparison
equal deleted inserted replaced
62294:70e1a2342c4f 62295:15d767992da8
1 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2
3 * makefile.MPW (buildobj.lst): New target.
4 (Clean): Delete file buildobj.lst.
5 (Emacs, {DocTarget}DOC): Depend on buildobj.lst.
6 (EmacsSource, MacSource, LispSource, LispSourceDontCompile):
7 Remove variables.
8 (SOME_MACHINE_OBJECTS, shortlisp, SOME_MACHINE_LISP): New
9 variables.
10 ({DocTarget}DOC): Use them.
11 (Make-DocFile-PPCCOptions): Add `-d MAC_OS -d MAC_OS8'.
12
13 * inc/config.h: Sync with src/config.in.
14 (DO_BLOCK_INPUT, HAVE_DIFFTIME, HAVE_LOCALE_H, HAVE_MEMCMP)
15 (HAVE_MEMCPY, HAVE_MEMMOVE, HAVE_MEMSET, HAVE_SETITIMER)
16 (HAVE_SIZE_T, HAVE_SYS_IOCTL_H, HAVE_SYS_PARAM_H, HAVE_SYS_STAT_H)
17 (HAVE_SYS_TYPES_H, TIME_WITH_SYS_TIME, SYNC_INPUT): Define them.
18 [__MRC__] (HAVE_ALLOCA_H): Likewise.
19 (config_machfile, config_opsysfile, my_strftime): New macros.
20 (HAVE_PWD_H): Move from s-mac.h.
21 (HAVE_ALLOCA, C_ALLOCA): Move from m-mac.h.
22 (PTR): Move to s-mac.h.
23
24 * inc/m-mac.h: (HAVE_ALLOCA, C_ALLOCA): Move to config.h.
25
26 * inc/s-mac.h: Sync with src/s/template.h. Don't include fcntl.h,
27 time.h, or signal.h.
28 (index, rindex): New macros.
29 [__MRC__] (sigmask, __signal_max, NSIG): Adjust signal numbers for
30 compatibility with predefined ones.
31 (PTR): Move from s-mac.h.
32 (HAVE_PWD_H): Move to config.h.
33 (volatile): Remove macro.
34 [__MRC__] (strftime): Likewise.
35 (read_input_waiting, sys_gmtime, sys_localtime, sys_ctime)
36 (sys_time, sys_signal, atof): Remove declarations.
37
38 * inc/sys/time.h (ITIMER_REAL): New macro.
39 (struct itimerval): New struct.
40 (setitimer): New extern.
41
1 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 42 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2 43
3 * inc/config.h [HAVE_CARBON]: Define USE_TOOLKIT_SCROLL_BARS. 44 * inc/config.h [HAVE_CARBON] (USE_TOOLKIT_SCROLL_BARS): Define.
4 45
5 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 46 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6 47
7 * makefile.MPW (MacObjects): Add macselect.c.x. 48 * makefile.MPW (MacObjects): Add macselect.c.x.
8 (macselect.c.x): New target. 49 (macselect.c.x): New target.
9 (mac.c): Fix dependency. 50 (mac.c): Fix dependency.
10 51
11 * Emacs.app/Contents/Info.plist: Add NSServices key and data. 52 * Emacs.app/Contents/Info.plist: Add NSServices key and data.
12 53
13 * inc/s-mac.h: Define HAVE_PWD_H. 54 * inc/s-mac.h (HAVE_PWD_H): Define.
14 55
15 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 56 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16 57
17 * makefile.MPW (NonCarbonLibs): Add LocalesLib. Delete 58 * makefile.MPW (NonCarbonLibs): Add LocalesLib. Delete
18 TextEncodingConverter. 59 TextEncodingConverter.