ICE2015F14.ICE2015F14 History

Show minor edits - Show changes to output

December 02, 2014, at 04:44 AM by 115.145.179.186 -
Changed lines 6-7 from:
** '''A problem encountered when working with the signal function is that it has different semantics on BSD and SVID systems. The difference is that on SVID systems the signal handler is deinstalled after signal delivery. On BSD systems the handler must be explicitly deinstalled. In the GNU C Library we use the BSD version by default.'''
to:
** ''A problem encountered when working with the signal function is that it has different semantics on BSD and SVID systems. The difference is that on SVID systems the signal handler is deinstalled after signal delivery. On BSD systems the handler must be explicitly deinstalled. In the GNU C Library we use the BSD version by default.''
** Like I mentioned in the class, ''signal()'' is not POSIX-compliant. Thus the behaviour of the function may differ depending on the underlying operating system. In Linux, a signal handler you installed with ''signal()'' will not be deinstalled until you explicitly deinstall the handler. For the POSIX compliance, you use ''sigaction()'' instead.
December 02, 2014, at 04:42 AM by 115.145.179.186 -
Added lines 4-7:

* On ''signal()'', I found a following note in the GNU C library documentation.
** '''A problem encountered when working with the signal function is that it has different semantics on BSD and SVID systems. The difference is that on SVID systems the signal handler is deinstalled after signal delivery. On BSD systems the handler must be explicitly deinstalled. In the GNU C Library we use the BSD version by default.'''
November 17, 2014, at 04:15 AM by 115.145.179.186 -
Added lines 4-5:

* %red%No lecture on Nov. 20. A make up class will be given at 9 AM on Nov. 22.%%
October 21, 2014, at 04:34 PM by 115.145.179.186 -
Added lines 5-9:
* Grading of midterm exam completed!
** Average: 43
** Median: 42
** You can check your score via ASIS.
Changed line 12 from:
** You are encouraged to bring your laptop with you to the class.
to:
** You are encouraged to bring your laptop with you to the class.
August 26, 2014, at 10:09 AM by 115.145.179.186 -
Changed line 6 from:
** Let's have fun again with UNIX programming in this semester.
to:
** Let's have fun again with UNIX programming this semester.
August 26, 2014, at 10:08 AM by 115.145.179.186 -
Changed lines 5-7 from:
* Ahoy! Welcome aboard! Let's have fun again with UNIX programming in this semester. You are encouraged to bring your laptop with you to the class room.
to:
* Ahoy! Welcome aboard! (Sep. 1)
** Let's have fun again with UNIX programming in this
semester.
**
You are encouraged to bring your laptop with you to the class.
August 26, 2014, at 10:07 AM by 115.145.179.186 -
Changed lines 3-5 from:
!!! [News]
to:
!!! [News]

* Ahoy! Welcome aboard! Let's have fun again with UNIX programming in this semester. You are encouraged to bring your laptop with you to the class room.
August 26, 2014, at 10:04 AM by 115.145.179.186 -
Added lines 1-3:
!! ICE2015: UNIX Programming (Fall 2014)

!!! [News]
July 22, 2014, at 01:44 PM by 115.145.179.186 -