~ubuntu-branches/ubuntu/feisty/fpc/feisty

« back to all changes in this revision

Viewing changes to docs/bunixex/README

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2007-01-27 20:08:50 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070127200850-9mrptaqqjsx9nwa7
Tags: 2.0.4-5
* Fixed Build-Depends.
* Add myself to Uploaders in debian/control.
* Make sure that the sources are really patched before building them.
* Build unit 'libc' on powerpc too.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
These are the example programs that appear in the FPC documentation.
2
 
 
3
 
Units guide, Linux unit :
4
 
 
5
 
ex1.pp contains an example of the FpGetEpochTime function.
6
 
ex2.pp contains an example of the FpGetTimeOfDay function.
7
 
ex3.pp contains an example of the FpEpochToLocal function.
8
 
ex4.pp contains an example of the FpLocalToEpoch function.
9
 
ex5.pp contains an example of the FpGetTime function.
10
 
ex6.pp contains an example of the FpGetDate function.
11
 
ex7.pp contains an example of the FpExecve function.
12
 
ex8.pp contains an example of the FpExecv function.
13
 
ex9.pp contains an example of the FpExecvp function.
14
 
ex10.pp contains an example of the FpExecl function.
15
 
ex11.pp contains an example of the FpExecle function.
16
 
ex11.pp contains an example of the FpExeclp function.
17
 
ex13.pp contains an example of the FpShell function.
18
 
ex14.pp contains an example of the FpFork function.
19
 
ex15.pp contains an example of the FpNice, FpSet- and FpGetPriority functions.
20
 
ex16.pp contains an example of the FpGetPid and FpGetPPid functions.
21
 
ex17.pp contains an example of the FpGetUid and FpGetEUid functions.
22
 
ex18.pp contains an example of the FpGetGid and FpGetEgid functions.
23
 
ex19.pp contains an example of the FpOpen, FpWrite and FpCLose functions.
24
 
ex20.pp contains an example of the FpRead and FpTuncate functions.
25
 
ex21.pp contains an example of the FpLink and FpUnLink functions.
26
 
ex22.pp contains an example of the FpSymLink and FpUnLink functions.
27
 
ex23.pp contains an example of the FpChmod function.
28
 
ex24.pp contains an example of the FpChown function.
29
 
ex25.pp contains an example of the FpUTime function.
30
 
ex26.pp contains an example of the FpAccess function.
31
 
ex27.pp contains an example of the FpUmask function.
32
 
ex28.pp contains an example of the FpFStat function.
33
 
ex29.pp contains an example of the FpLStat function.
34
 
ex30.pp contains an example of the FpFSStat function.
35
 
ex31.pp contains an example of the FpDup function.
36
 
ex32.pp contains an example of the FpDup2 function.
37
 
ex33.pp contains an example of the FpSelect function.
38
 
ex34.pp contains an example of the FpSelectText function.
39
 
ex35.pp contains an example of the FpOpenDir, FpReadDir FpTelldir and FpSeekDir functions.
40
 
ex36.pp contains an example of the FpAssignPipe function.
41
 
ex37.pp contains an example of the FpPOpen and PClose functions.
42
 
ex38.pp contains an example of the FpAssignStream function.
43
 
ex39.pp contains an example of the FpGetDomainName function.
44
 
ex40.pp contains an example of the FpGetHostName function.
45
 
ex41.pp contains an example of the FpGetEnv function.
46
 
ex42.pp contains an example of the FpSysInfo function.
47
 
ex43.pp contains an example of the FpUname function.
48
 
ex44.pp contains an example of the FpOctal function.
49
 
ex45.pp contains an example of the FpFExpand function.
50
 
ex46.pp contains an example of the FpFSearch function.
51
 
ex47.pp contains an example of the FpDirName function.
52
 
ex48.pp contains an example of the FpBaseName function.
53
 
ex49.pp contains an example of the FpGlob function.
54
 
ex51.pp contains an example of the FpStringToPPChar function.
55
 
ex52.pp contains an example of the FpGetFS function.
56
 
ex53.pp contains an example of the FpS_ISLNK and related functions.
57
 
ex54.pp contains an example of the FpIOCtl function.
58
 
ex55.pp contains an example of the FpTCGetAttr,TCSetAttr,CFMakeRaw functions.
59
 
ex56.pp contains an example of the FpShell function.
60
 
ex57.pp contains an example of the FpSigAction function.
61
 
ex58.pp contains an example of the FpSignal function.
62
 
ex59.pp contains an example of the FpAlarm function.
63
 
ex60.pp contains an example of the FpGetDateTime function.
64
 
ex61.pp contains an example of the FpCreateShellArgV function.
65
 
ex62.pp contains an example of the FpReadLink function.
66
 
ex63.pp contains an example of the FpFRename function.
67
 
ex64.pp contains an example of the FpSysInfo function.
68
 
ex64.pp contains an example of the FpSigRaise function.
69
 
ex66.pp contains an example of the FpMMap function.
70
 
ex67.pp contains an example of the FpFSplit function.
71
 
ex68.pp contains an example of the FpOctal function.
72
 
ex69.pp contains an example of the FpFNMatch function.
73
 
ex70.pp contains an example of the FpStringToPPchar function.
74
 
ex71.pp contains an example of the Fpclone function.
75
 
ex72.pp contains an example of the FpNanoSleep function.
76
 
ex73.pp contains an example of the FpSleep function.
77
 
ex74.pp contains an example of the FpGetGroups function.
78
 
 
79
 
serial.pp contains an example of serial port programming in FPC.
80
 
ex75.pp contains an example of the setsid function.