|  | 8f990ba515 | getopt.rs(3): adds testing | 2024-06-22 22:18:13 -06:00 |  | 
			
				
					|  | 40da8135f1 | getopt.rs(3): relicense to AGPLv3 | 2024-06-06 01:03:01 -06:00 |  | 
			
				
					|  | 02daca87dc | fop(1): updated to latest optind api | 2024-06-05 11:55:16 -06:00 |  | 
			
				
					|  | e862b7fec6 | getopt.rs(3): safe api around optind reading and setting | 2024-06-05 11:54:55 -06:00 |  | 
			
				
					|  | 05cde15105 | fop(1): updated to use new optind api | 2024-06-04 19:15:55 -06:00 |  | 
			
				
					|  | 35ddc729fd | getopt.rs(3): makes optind part of the Opt struct | 2024-06-04 19:15:22 -06:00 |  | 
			
				
					|  | b7283d54fe | getopt.rs(3): formatting & organization | 2024-06-04 15:07:11 -06:00 |  | 
			
				
					|  | a5a9c91cb6 | getopt.rs(3): optind support | 2024-06-04 15:04:01 -06:00 |  | 
			
				
					|  | 78eacd660a | getopt.rs(3): better Opt return | 2024-04-13 23:42:11 -06:00 |  | 
			
				
					|  | d1b77d652b | getopt.rs(3): returns last parsed option | 2024-04-13 17:11:04 -06:00 |  | 
			
				
					|  | 8c255e61fc | COPYING.GPL: initial commit | 2024-04-12 00:12:37 -06:00 |  | 
			
				
					|  | 95927ba8c5 | getopt.rs(3): formatting | 2024-04-11 23:51:52 -06:00 |  | 
			
				
					|  | ad92fe27d4 | fop(1): switch to getopt.rs(3) | 2024-04-11 23:37:04 -06:00 |  | 
			
				
					|  | bb2c63bfaf | getopt.rs(3): fixed pointer shenanigans | 2024-04-11 20:33:42 -06:00 |  | 
			
				
					|  | 88b0d55440 | getopt.rs(3): refactor to remove as much as possible from unsafe | 2024-04-11 20:21:01 -06:00 |  | 
			
				
					|  | 0164b681c0 | Makefile: remove unneeded test | 2024-04-01 20:41:07 -06:00 |  | 
			
				
					|  | 320a70bc56 | getopt.rs(3): initial commit | 2024-04-01 20:39:10 -06:00 |  | 
			
				
					|  | 8d9ac33566 | Merge branch 'strerror'
						
						
						
						
						
						
							
 0.13.2 | 2024-03-29 19:23:27 -06:00 |  | 
			
				
					|  | b503d97625 | Makefile: directory specification changes | 2024-03-29 19:22:55 -06:00 |  | 
			
				
					|  | b562898a74 | copyright | 2024-03-27 09:21:19 +05:45 |  | 
			
				
					|  | d05d2fae05 | Makefile: add a missing build target for npc(1) | 2024-03-26 17:19:21 +05:45 |  | 
			
				
					|  | d87b5d0958 | hru(1), fop(1): changed to reflect strerror changes | 2024-03-18 21:31:25 -06:00 |  | 
			
				
					|  | 1891c3e1aa | strerror(3): created strerror() method | 2024-03-18 21:30:43 -06:00 |  | 
			
				
					|  | 127192185f | Merge branch 'dj-fix' (closes #66)
						
						
						
						
						
						
							
 0.13.1 | 2024-03-18 21:01:48 -06:00 |  | 
			
				
					|  | f81232685a | Merge branch 'mm'
						
						
						
						
						
						
							
 0.13.0 | 2024-03-18 20:56:06 -06:00 |  | 
			
				
					|  | 05b5a4480c | Merge branch 'swab' (closes #22)
						
						
						
						
						
						
							
 0.12.0 | 2024-03-18 20:53:08 -06:00 |  | 
			
				
					|  | b356ac522f | strerror(3): changed panic to 0 | 2024-03-18 20:45:53 -06:00 |  | 
			
				
					|  | b2d56bbc9a | Makefile: even more changes | 2024-03-09 22:02:19 -07:00 |  | 
			
				
					|  | 2ad7140e1e | Makefile: DESTDIR | 2024-03-09 11:53:03 -07:00 |  | 
			
				
					|  | 8193e471f0 | changes redundant .unwrap_or_else(panic!()) to .unwrap() | 2024-03-03 17:26:40 -07:00 |  | 
			
				
					|  | c392dbc680 | Makefile: better deps; fop(1), hru(1), strerror(3): changed strerror wrapper function name | 2024-03-02 10:16:32 -07:00 |  | 
			
				
					|  | 898044cd43 | Makefile: better macro assignment | 2024-03-01 23:51:36 -07:00 |  | 
			
				
					|  | ca01ca4074 | rpn(1): remove erroneous strerror(3) dependency | 2024-03-01 23:14:58 -07:00 |  | 
			
				
					|  | 3e6dc5cc46 | rpn(1): make error messages consistent with other tools | 2024-03-01 23:14:18 -07:00 |  | 
			
				
					|  | cf1d16f860 | hru(1): changed to use strerror(3) | 2024-03-01 23:12:44 -07:00 |  | 
			
				
					|  | 8f956d775c | fop(1): changed to use strerror(3) | 2024-03-01 23:10:28 -07:00 |  | 
			
				
					|  | e81703c6e1 | sterror(3): added library for C-like error messages; Makefile: some efficiency changes | 2024-03-01 23:04:53 -07:00 |  | 
			
				
					|  | 135bf2a8eb | mm(1), mm.1: bring source in line with documentation | 2024-02-26 09:11:47 -07:00 |  | 
			
				
					|  | d74bc715cf | mm(1): fix full file handling | 2024-02-26 09:02:58 -07:00 |  | 
			
				
					|  | f14877118d | Makefile: add swab(1) | 2024-02-26 08:43:03 -07:00 |  | 
			
				
					|  | bbac85daf8 | swab(1): add copyright notice | 2024-02-26 08:42:06 -07:00 |  | 
			
				
					|  | 1e041a52a2 | swab.1: add swab(1) man page | 2024-02-24 03:21:20 -07:00 |  | 
			
				
					|  | e788947fc4 | swab(1): add argument parsing | 2024-02-24 03:04:05 -07:00 |  | 
			
				
					|  | c97201fca9 | Merge branch 'contributing-changes' | 2024-02-23 23:20:16 -07:00 |  | 
			
				
					|  | 06fc461985 | CONTRIBUTING: fixed random "utils" | 2024-02-23 23:19:28 -07:00 |  | 
			
				
					|  | e6b1db3f40 | Merge branch 'hru' (closes #33)
						
						
						
						
						
						
							
 0.11.0 | 2024-02-23 22:15:43 -07:00 |  | 
			
				
					|  | ef1643660b | hru(1): fixed lack of newline | 2024-02-23 22:11:23 -07:00 |  | 
			
				
					|  | b0636b416e | Merge branch 'fop-trim' (closes #54, closes #58)
						
						
						
						
						
						
							
 0.10.3 | 2024-02-23 22:05:56 -07:00 |  | 
			
				
					|  | bd08ef479c | hru(1): error handling tweaks | 2024-02-23 21:58:23 -07:00 |  | 
			
				
					|  | 3cee3de900 | fop(1): committing to Rust error messages | 2024-02-23 21:46:50 -07:00 |  |